mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-17 12:32:07 +00:00
Do not skip over the character after _Pragma(...).
This commit is contained in:
parent
4702df9aac
commit
e5428b21d2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user