mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +02:00
* changed inlinelevel (which is used to track whether or not we have to
generate line number information) from longint into cardinal, since it should never become < 0 (allows catching errors by enabling range checking) git-svn-id: trunk@21114 -
This commit is contained in:
parent
7742dc0006
commit
3abd5d3882
@ -644,7 +644,7 @@ implementation
|
|||||||
constdef : taiconst_type;
|
constdef : taiconst_type;
|
||||||
s,t : string;
|
s,t : string;
|
||||||
i,pos,l : longint;
|
i,pos,l : longint;
|
||||||
InlineLevel : longint;
|
InlineLevel : cardinal;
|
||||||
last_align : longint;
|
last_align : longint;
|
||||||
co : comp;
|
co : comp;
|
||||||
sin : single;
|
sin : single;
|
||||||
|
Loading…
Reference in New Issue
Block a user