Browse Source

+ USE_OLD_REGEXPR added for DEBUG option

git-svn-id: trunk@18897 -
pierre 14 years ago
parent
commit
75650bdf21
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ide/globdir.inc

+ 2 - 0
ide/globdir.inc

@@ -140,6 +140,8 @@
 {$ifdef DEBUG}
   {$define DebugUndo}
   {$define TEST_REGEXP}
+  { Use old regexpr unit by Joost }
+  {$define USE_OLD_REGEXP}
   { Use this to incorporate a call to
     external compiler.
     Parsing of compiler output is done,