浏览代码

* added missing {$i fpcdefs.inc}

git-svn-id: branches/hlcgllvm@28378 -
Jonas Maebe 11 年之前
父节点
当前提交
0867b6e4f8
共有 5 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      compiler/llvm/nllvmadd.pas
  2. 1 1
      compiler/llvm/nllvmcal.pas
  3. 1 1
      compiler/llvm/nllvmld.pas
  4. 1 1
      compiler/llvm/nllvmmem.pas
  5. 1 1
      compiler/ppcgen/hlcgppc.pas

+ 1 - 1
compiler/llvm/nllvmadd.pas

@@ -21,7 +21,7 @@
 }
 }
 unit nllvmadd;
 unit nllvmadd;
 
 
-{$mode objfpc}
+{$i fpcdefs.inc}
 
 
 interface
 interface
 
 

+ 1 - 1
compiler/llvm/nllvmcal.pas

@@ -21,7 +21,7 @@
 }
 }
 unit nllvmcal;
 unit nllvmcal;
 
 
-{$mode objfpc}
+{$i fpcdefs.inc}
 
 
 interface
 interface
 
 

+ 1 - 1
compiler/llvm/nllvmld.pas

@@ -21,7 +21,7 @@
 }
 }
 unit nllvmld;
 unit nllvmld;
 
 
-{$mode objfpc}
+{$i fpcdefs.inc}
 
 
 interface
 interface
 
 

+ 1 - 1
compiler/llvm/nllvmmem.pas

@@ -21,7 +21,7 @@
 }
 }
 unit nllvmmem;
 unit nllvmmem;
 
 
-{$mode objfpc}
+{$i fpcdefs.inc}
 
 
 interface
 interface
 
 

+ 1 - 1
compiler/ppcgen/hlcgppc.pas

@@ -23,7 +23,7 @@
 }
 }
 unit hlcgppc;
 unit hlcgppc;
 
 
-{$mode objfpc}
+{$i fpcdefs.inc}
 
 
 interface
 interface