Skip to content

Commit b705b41

Browse files
committed
pplex.cが再生成されない場合に対応
1 parent 4e791bb commit b705b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cobc/pplex.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3797,6 +3797,7 @@ check_dollar_directive (char *buff, int *line_size)
37973797
char sbuff[5][256];
37983798
int isDEFINED, isNOT;
37993799
int i;
3800+
COB_UNUSED(n);
38003801

38013802
if (cb_source_format == CB_FORMAT_FIXED) {
38023803
if (*line_size < 8) {

0 commit comments

Comments
 (0)