1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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 */
#define PEND_VALUE 0
#ifderf __GNUC__
#ifdef __GNUC__
/* get rid of Wunused-but-set-variable */
#define PFETCH_READY UChar* pfetch_prev = pfetch_prev
#else