* 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:
Jonas Maebe 2012-04-29 13:13:36 +00:00
parent 7742dc0006
commit 3abd5d3882

View File

@ -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;