浏览代码

Merged revisions 7356 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r7356 | yury | 2007-05-16 12:04:34 +0300 (‘а, 16 ¬ © 2007) | 1 line

* fixed mantis #8887. (please merge to fixes).
........

git-svn-id: branches/fixes_2_2@7375 -

yury 18 年之前
父节点
当前提交
c934d25a8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -2319,7 +2319,7 @@ implementation
 
     procedure TExeOutput.RemoveEmptySections;
       var
-        i, j   : aint;
+        i, j   : longint;
         exesec : TExeSection;
         doremove : boolean;
       begin