소스 검색

* Using OS Lineending was old behaviour

git-svn-id: trunk@34505 -
michael 9 년 전
부모
커밋
8d67ef157f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/regexpr/src/regexpr.pas

+ 1 - 1
packages/regexpr/src/regexpr.pas

@@ -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).