Browse Source

* Use correct define for regexpr, name has changed

Michaël Van Canneyt 3 năm trước cách đây
mục cha
commit
c286e44499
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/regexpr/src/uregexpr.pp

+ 1 - 1
packages/regexpr/src/uregexpr.pp

@@ -1,4 +1,4 @@
-{$define unicode}
+{$define unicodere}
 {$macro on}
 {$define regexpr:=uregexpr}
 {$I regexpr.pas}