forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cobc.c: * field.c (cb_build_field_tree), tree.h, parser.y: pass level number as integer, not as cb_tree * cobc.c (clean_up_intermediates): fix missing move of temporary files when --save-temps=dir is used in combination with -g
- Loading branch information
sf-mensch
committed
Feb 11, 2023
1 parent
5a2fb33
commit 5febbac
Showing
6 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
|
||
2023-02-10 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (clean_up_intermediates): fix missing move of temporary files | ||
when --save-temps=dir is used in combination with -g | ||
* field.c (cb_build_field_tree), tree.h, parser.y: pass level number as | ||
integer, not as cb_tree | ||
|
||
2023-02-09 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (validate_alphabet): slightly rewritten to fix compiler warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters