* regparse.c: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-12-05 10:12:02 +00:00
parent c09f46301b
commit 3581d76bbb

View File

@ -258,7 +258,7 @@ strdup_with_null(OnigEncoding enc, UChar* s, UChar* end)
/* scan pattern methods */ /* scan pattern methods */
#define PEND_VALUE 0 #define PEND_VALUE 0
#ifderf __GNUC__ #ifdef __GNUC__
/* get rid of Wunused-but-set-variable */ /* get rid of Wunused-but-set-variable */
#define PFETCH_READY UChar* pfetch_prev = pfetch_prev #define PFETCH_READY UChar* pfetch_prev = pfetch_prev
#else #else