Moved PCRE_STATIC def in Regex ext to extension instead of modifying pcre header (bug 5593).

This commit is contained in:
Nicholas Hastings 2013-03-17 11:39:04 -04:00
parent 77fef18590
commit 5077703400

View File

@ -29,6 +29,8 @@
* Version: $Id$
*/
#define PCRE_STATIC
#include "pcre.h"
#include "CRegEx.h"
#include <sh_string.h>