From 6ea24d5b5ac7855766a69e0b228604cfc186f6a4 Mon Sep 17 00:00:00 2001 From: engboris Date: Tue, 23 Jul 2024 17:53:17 +0200 Subject: [PATCH] Several fixes --- libcob/ChangeLog | 1 + tests/Makefile.am | 4 ++-- tests/testsuite.at | 4 ---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/libcob/ChangeLog b/libcob/ChangeLog index b1f554027..24d46086a 100644 --- a/libcob/ChangeLog +++ b/libcob/ChangeLog @@ -79,6 +79,7 @@ changed to use the attributes of the receiving field 2024-07-19 Simon Sobisch + * coblocal.h (COB_TLS): add a new attribute for thread local static. * common.h, common.c (cob_cleanup_thread): add a cleanup function for threads diff --git a/tests/Makefile.am b/tests/Makefile.am index 7a5ef629b..002be9b2c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,9 +63,9 @@ testsuite_sources = \ testsuite.src/data_display.at \ testsuite.src/data_packed.at \ testsuite.src/data_pointer.at \ + testsuite.src/backcomp.at \ testsuite.src/numeric-dump.cob \ - testsuite.src/numeric-display.cob \ - testsuite.src/backcomp.at + testsuite.src/numeric-display.cob testsuite_manual_sources = \ testsuite.src/run_manual_screen.at diff --git a/tests/testsuite.at b/tests/testsuite.at index 682fe8fd5..3b8e4c35b 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -85,7 +85,3 @@ m4_include([data_pointer.at]) # USAGE POINTER ## Test for backward compatibility AT_BANNER([Backward compatibility]) m4_include([backcomp.at]) - -## Test for backward compatibility -AT_BANNER([Backward compatibility]) -m4_include([backcomp.at])