瀏覽代碼

+ add mode objfpc to avoid problems if compiling from IDE dir

pierre 23 年之前
父節點
當前提交
624224ddab
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      packages/regexpr/regexpr.pp

+ 7 - 1
packages/regexpr/regexpr.pp

@@ -24,6 +24,9 @@
      - locals dependend upper/lowercase routines
      - locals dependend upper/lowercase routines
      - extend the interface
      - extend the interface
 }
 }
+
+{$mode objfpc}
+
 unit regexpr;
 unit regexpr;
 
 
   interface
   interface
@@ -590,7 +593,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2000-07-30 14:58:04  sg
+  Revision 1.4  2002-01-22 13:13:14  pierre
+   + add mode objfpc to avoid problems if compiling from IDE dir
+
+  Revision 1.3  2000/07/30 14:58:04  sg
   * Added modifications by Markus Kaemmerer:
   * Added modifications by Markus Kaemmerer:
     - Unit now compiles with Delphi
     - Unit now compiles with Delphi
     - Removed debug output when not compiled with -dDEBUG
     - Removed debug output when not compiled with -dDEBUG