mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +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;
|
||||
s,t : string;
|
||||
i,pos,l : longint;
|
||||
InlineLevel : longint;
|
||||
InlineLevel : cardinal;
|
||||
last_align : longint;
|
||||
co : comp;
|
||||
sin : single;
|
||||
|
Loading…
Reference in New Issue
Block a user