diff options
Diffstat (limited to 'regparse.c')
-rw-r--r-- | regparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ strdup_with_null(OnigEncoding enc, UChar* s, UChar* end) #ifdef __GNUC__ /* get rid of Wunused-but-set-variable */ -#define PFETCH_READY UChar* pfetch_prev = pfetch_prev +#define PFETCH_READY UChar* pfetch_prev = NULL #else #define PFETCH_READY UChar* pfetch_prev #endif |