mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-15 07:27:27 +00:00
Do not skip over the character after _Pragma(...).
This commit is contained in:
@@ -1681,7 +1681,7 @@ fileList := fp;
|
||||
fp^.name := includeFileGS;
|
||||
fp^.sname := sourceFileGS;
|
||||
fp^.lineNumber := lineNumber;
|
||||
fp^.disp := ord4(chPtr)-ord4(bofPtr);
|
||||
fp^.disp := ord4(currentChPtr)-ord4(bofPtr);
|
||||
|
||||
needWriteLine := false;
|
||||
bofPtr := buf;
|
||||
|
Reference in New Issue
Block a user