mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-03-23 10:33:06 +00:00
Do not inhibit sym file generation if there is a segment directive before an #include.
This affected code like the following, causing stdio.h not to be represented in the sym file: segment "S"; #include <stdio.h> int main(void) {}
This commit is contained in:
parent
c6ba1e1c1c
commit
27c68b41d5
@ -3702,7 +3702,9 @@ var
|
||||
else
|
||||
segmentKind := 0;
|
||||
defaultSegmentKind := segmentKind;
|
||||
inhibitHeader := lInhibitHeader;
|
||||
Match(semicolonch,22);
|
||||
inhibitHeader := true;
|
||||
end {if}
|
||||
else begin
|
||||
Error(83);
|
||||
|
Loading…
x
Reference in New Issue
Block a user