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:
parent
c09f46301b
commit
3581d76bbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue