瀏覽代碼

Updated unit name, needed to avoid compiler error

git-svn-id: trunk@18894 -
pierre 14 年之前
父節點
當前提交
f05f0ebe43
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      packages/regexpr/src/oldregexpr.pp

+ 5 - 2
packages/regexpr/src/oldregexpr.pp

@@ -5,6 +5,9 @@
 
     Compatibility unit for the old regexpr unit.
 
+    Renaming to OldRegExpr after insertion of the newer
+    RegExpr unit by Andrey V. Sorokin in 2011-08.
+
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
 
@@ -14,7 +17,7 @@
 
  **********************************************************************}
 
-unit RegExpr;
+unit OldRegExpr;
 
 {$mode objfpc}{$H+}
 
@@ -61,7 +64,7 @@ end;
 
 function GenerateRegExprEngine(regexpr: pchar; flags: tregexprflags
   ): TREGExprEngine;
-  
+
 var r: TRegExprEngine;
 
 begin