Преглед на файлове

* 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 години
родител
ревизия
3abd5d3882
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;