Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a59234f

Browse files
authored
DNO_RECURSE for all platforms
Inconsistency in regexp crossplatform behavior, because -DNO_RECURSE set only for windows platform. I had issues when regexp code works well on windows and crash on other platforms. RECURSE version has limits in text block size.
1 parent 7c1252b commit a59234f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hx/libs/regexp/Build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<compilerflag value="-DPCRE_STATIC"/>
1414
<compilerflag value="-DSUPPORT_UTF8"/>
1515
<compilerflag value="-DSUPPORT_UCP"/>
16-
<compilerflag value="-DNO_RECURSE" if="windows"/>
16+
<compilerflag value="-DNO_RECURSE"/>
1717
<compilerflag value="-I${PCRE_DIR}"/>
1818

1919
<file name="${this_dir}/RegExp.cpp"/>

0 commit comments

Comments
 (0)