added syneditregexsearch.pas

git-svn-id: trunk@3165 -
This commit is contained in:
mattias 2002-08-18 16:50:08 +00:00
parent 83894d1dc1
commit f0590fba4f

View File

@ -442,13 +442,13 @@ interface
{$IFNDEF FPC} {$IFNDEF FPC}
{$DEFINE reRealExceptionAddr} // if defined then exceptions will {$DEFINE reRealExceptionAddr} // if defined then exceptions will
{$ENDIF}
// jump to appropriate source line, not to Error procedure // jump to appropriate source line, not to Error procedure
{$ENDIF}
{$DEFINE ComplexBraces} // define for beta-version of braces {$DEFINE ComplexBraces} // define for beta-version of braces
// (in stable version it works only for simple cases) // (in stable version it works only for simple cases)
{.$DEFINE UniCode} // define for Unicode support {off $DEFINE UniCode} // define for Unicode support
{$IFNDEF UniCode} // optionts applicable only for non-UniCode {$IFNDEF UniCode} // optionts applicable only for non-UniCode
{$DEFINE UseSetOfChar} // Significant optimization by using set of char {$DEFINE UseSetOfChar} // Significant optimization by using set of char
@ -548,7 +548,6 @@ const
type type
{$IFDEF UseSetOfChar} {$IFDEF UseSetOfChar}
PSetOfREChar = ^TSetOfREChar; PSetOfREChar = ^TSetOfREChar;
TSetOfREChar = set of REChar; TSetOfREChar = set of REChar;