Browse Source

* Merge 7641.

git-svn-id: branches/fixes_2_2@7682 -
daniel 18 years ago
parent
commit
cf1a6278df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/symtable.pas

+ 1 - 1
compiler/symtable.pas

@@ -934,7 +934,7 @@ implementation
       var
       var
         sym : tsym;
         sym : tsym;
         def : tdef;
         def : tdef;
-        i,
+        i : integer;
         varalignrecord,varalign,
         varalignrecord,varalign,
         storesize,storealign : aint;
         storesize,storealign : aint;
         bitsize: aint;
         bitsize: aint;