-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug where INDEXED BY in LINKAGE SECTION would cause the variable not to be added to the local include file, causing a compile error of the C code.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
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,10 @@ | ||
|
||
2025-01-06 Fabrice Le Fessant <[email protected]> | ||
|
||
* parser.y (rule occurs_index): set index_type to CB_INT_INDEX | ||
also for INDEXED BY appaering in LINKAGE SECTION, otherwise | ||
the variable is not added to the local include file | ||
|
||
2025-01-03 Fabrice Le Fessant <[email protected]> | ||
|
||
* typeck.c (build_evaluate, cb_check_needs_break): fix a bug where | ||
|
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