Skip to content

Commit

Permalink
Several fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Jul 23, 2024
1 parent db2b67b commit 6ea24d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
changed to use the attributes of the receiving field

2024-07-19 Simon Sobisch <[email protected]>

* 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

Expand Down
4 changes: 2 additions & 2 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions tests/testsuite.at
Original file line number Diff line number Diff line change
Expand Up @@ -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])

0 comments on commit 6ea24d5

Please sign in to comment.