From a067abcecf10c08a56f3c8ba7c14097b6bccabb7 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Wed, 12 Jun 2024 16:50:46 +0200 Subject: [PATCH] Update ChangeLog (faster than describing the changes) --- cobc/ChangeLog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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