mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:08:01 +02:00
Fix compilation with range check on by redefining tat array in ClearComments procedure
git-svn-id: trunk@33015 -
This commit is contained in:
parent
d081d9fdc0
commit
315ce0447b
@ -4,7 +4,7 @@ procedure ClearComments(nesting:longbool;__buf:pointer;size:longint);
|
||||
implementation
|
||||
procedure ClearComments(nesting:longbool;__buf:pointer;size:longint);
|
||||
type
|
||||
tat=array[1..1]of char;
|
||||
tat=array[1..2]of char;
|
||||
pat=^tat;
|
||||
pblock=^tblock;
|
||||
tblock=record
|
||||
|
Loading…
Reference in New Issue
Block a user