mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
Fix a comment.
This commit is contained in:
parent
cf463ff155
commit
32f4e70826
@ -1324,7 +1324,7 @@ with longLongPtr^ do begin
|
|||||||
baseType := cgQuad;
|
baseType := cgQuad;
|
||||||
cType := ctLongLong;
|
cType := ctLongLong;
|
||||||
end; {with}
|
end; {with}
|
||||||
new(uLongLongPtr); {unsigned long}
|
new(uLongLongPtr); {unsigned long long}
|
||||||
with uLongLongPtr^ do begin
|
with uLongLongPtr^ do begin
|
||||||
size := cgQuadSize;
|
size := cgQuadSize;
|
||||||
saveDisp := 0;
|
saveDisp := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user