浏览代码

* fixed small typo...

sg 25 年之前
父节点
当前提交
f3fe444511
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      packages/regexpr/regexpr.pp

+ 6 - 3
packages/regexpr/regexpr.pp

@@ -470,9 +470,9 @@ unit regexpr;
             dosearch:=false;
             while true do
               begin
-	         {$ifdef DEBUG}
+	         {$IFDEF Debug}
                  writeln(byte(regexpr^.typ));
-		 {$ifdef DEBUG}
+		 {$ENDIF Debug}
                  case regexpr^.typ of
                     ret_endline:
                       begin
@@ -590,7 +590,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.1.2.1  2000-07-30 14:42:40  sg
+  Revision 1.1.2.2  2000-07-30 14:48:44  sg
+  * fixed small typo...
+
+  Revision 1.1.2.1  2000/07/30 14:42:40  sg
   * Added modifications by Markus Kaemmerer:
     - Unit now compiles with Delphi
     - Removed debug output when not compiled with -dDEBUG