mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:40:22 +02:00
* Undefine UseOsLineEndOnReplace for backwards compatibility
git-svn-id: trunk@34490 -
This commit is contained in:
parent
204e1c934e
commit
8cf24a6eba
@ -99,7 +99,7 @@ interface
|
|||||||
{$IFDEF UseSetOfChar}
|
{$IFDEF UseSetOfChar}
|
||||||
{$DEFINE UseFirstCharSet} // Fast skip between matches for r.e. that starts with determined set of chars
|
{$DEFINE UseFirstCharSet} // Fast skip between matches for r.e. that starts with determined set of chars
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$DEFINE UseOsLineEndOnReplace} // On Replace if replace-with has "\n", use System.LineEnding (#10 #13 or #13#10); else use #10
|
{ $DEFINE UseOsLineEndOnReplace} // On Replace if replace-with has "\n", use System.LineEnding (#10 #13 or #13#10); else use #10
|
||||||
|
|
||||||
// ======== Define Pascal-language options
|
// ======== Define Pascal-language options
|
||||||
// Define 'UseAsserts' option (do not edit this definitions).
|
// Define 'UseAsserts' option (do not edit this definitions).
|
||||||
|
Loading…
Reference in New Issue
Block a user