浏览代码

* Undefine UseOsLineEndOnReplace for backwards compatibility

git-svn-id: trunk@34490 -
michael 9 年之前
父节点
当前提交
8cf24a6eba
共有 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}
  {$DEFINE UseFirstCharSet} // Fast skip between matches for r.e. that starts with determined set of chars
 {$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 'UseAsserts' option (do not edit this definitions).