Skip to content

Commit e492b07

Browse files
committed
Deleted unreleated files, and fixed inconsistencies
1 parent 119e265 commit e492b07

File tree

9 files changed

+106
-389
lines changed

9 files changed

+106
-389
lines changed

cobc/ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
2026-03-16 Uttam Singh Bhadauriya <uttamsinghbhadoriya23@gmail.com>
33

4-
* cobc/pplex.l: add EXEC_STATE exclusive start condition to
4+
* pplex.l: add EXEC_STATE exclusive start condition to
55
tokenize EXEC <TAG> ... END-EXEC blocks; add AREA_A lookahead
66
rule for EXEC; return INCLUDE token for INCLUDE keyword,
77
plain TOKEN for words; consume all other content silently
8-
* cobc/ppparse.y: add exec_statement grammar rule dispatched
8+
* ppparse.y: add exec_statement grammar rule dispatched
99
from statement_no_replace; EXEC TAG INCLUDE handled as COPY
1010
(full copybook expansion with -I and -ffold-copy support);
1111
all other EXEC TAG blocks warn at "unsupported" level

cobc/ppparse.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ ppparse_clear_vars (const struct cb_define_struct *p)
754754
%token <s> LITERAL "Literal"
755755

756756
%token EXEC
757-
%token END_EXEC
757+
%token END_EXEC "END_EXEC"
758758

759759
%type <s> _copy_in
760760
%type <s> copy_source

tests/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ testsuite_sources = \
3030
testsuite.src/used_binaries.at \
3131
testsuite.src/configuration.at \
3232
testsuite.src/syn_copy.at \
33-
testsuite.src/syn_extensions.at \
3433
testsuite.src/syn_definition.at \
3534
testsuite.src/syn_file.at \
3635
testsuite.src/syn_functions.at \

tests/test84.c

Lines changed: 0 additions & 205 deletions
This file was deleted.

tests/test84.c.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/test84.c.l.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

tests/testsuite.at

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ m4_include([configuration.at])
3737
AT_BANNER([Syntax tests])
3838

3939
m4_include([syn_copy.at])
40-
m4_include([syn_extensions.at])
4140
m4_include([syn_definition.at])
4241
m4_include([syn_subscripts.at]) # 8.4.1.2 Subscripts
4342
m4_include([syn_occurs.at]) # 13.16.36 OCCURS clause

0 commit comments

Comments
 (0)