Browse Source

Updated unit name, needed to avoid compiler error

git-svn-id: trunk@18894 -
pierre 14 years ago
parent
commit
f05f0ebe43
1 changed files with 5 additions and 2 deletions
  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.
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
 
 
@@ -14,7 +17,7 @@
 
 
  **********************************************************************}
  **********************************************************************}
 
 
-unit RegExpr;
+unit OldRegExpr;
 
 
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 
 
@@ -61,7 +64,7 @@ end;
 
 
 function GenerateRegExprEngine(regexpr: pchar; flags: tregexprflags
 function GenerateRegExprEngine(regexpr: pchar; flags: tregexprflags
   ): TREGExprEngine;
   ): TREGExprEngine;
-  
+
 var r: TRegExprEngine;
 var r: TRegExprEngine;
 
 
 begin
 begin