[PRCE] Fix prce compiler for supporting \s, \S, \x, \n, etc.

This commit is contained in:
remittor 2016-10-03 12:08:09 +03:00
parent e2b406f27b
commit 33396d349e

View File

@ -16,9 +16,7 @@ emulation function will be used. */
character codes, define this macro as 1. On systems that can use "configure",
this can be done via --enable-ebcdic. */
#ifndef EBCDIC
#define EBCDIC 0
#endif
//#define EBCDIC
#define PCRE_STATIC