Browse Source

* 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 -

Jonas Maebe 13 years ago
parent
commit
3abd5d3882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aggas.pas

+ 1 - 1
compiler/aggas.pas

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