diff --git a/cobc/ChangeLog b/cobc/ChangeLog index 96cf76a58..abe828768 100644 --- a/cobc/ChangeLog +++ b/cobc/ChangeLog @@ -11,10 +11,9 @@ 2024-04-25 Boris Eng - * cobc.h, cobc.c, codegen.c, pplex.l, ppparse.y, scanner.l: - new >>IMP INCLUDE directive to include - multiple header files in the C generated code. Has the same behavior as the - --include compiler option. + * pplex.l, ppparse.y, scanner.l, cobc.h, codegen.c: + new >>IMP INCLUDE directive to include one or multiple header files in + the generated C code (same behavior as the --include compiler option) 2024-03-17 Fabrice Le Fessant Emilien Lemaire