Skip to content

Commit

Permalink
move ppecho() to replace.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Jul 2, 2023
1 parent 673d6e7 commit 8218884
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 278 deletions.
5 changes: 5 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2023-07-02 Fabrice Le Fessant <[email protected]>

* pplex.l/replace.c: move the preprocessing code performing
COPY REPLACING and REPLACE from pplex.l to replace.c

2023-07-02 Fabrice Le Fessant <[email protected]>

* pplex.l (ppecho, ppecho_direct): replace alt_space by passing a
Expand Down
3 changes: 2 additions & 1 deletion cobc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
bin_PROGRAMS = cobc
cobc_SOURCES = cobc.c cobc.h ppparse.y pplex.c parser.y scanner.c config.c \
reserved.c error.c tree.c tree.h field.c typeck.c codegen.c help.c \
config.def flag.def warning.def codeoptim.def ppparse.def codeoptim.c
config.def flag.def warning.def codeoptim.def ppparse.def \
codeoptim.c replace.h replace.c

#cobc_SOURCES = cobc.c cobc.h ppparse.y pplex.l parser.y scanner.l config.c

Expand Down
Loading

0 comments on commit 8218884

Please sign in to comment.