summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 20:58:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 20:58:11 +0000
commit2b1f8574c7fb97d6333c60ab312a93d260eedca3 (patch)
tree3e931023befc0aa949a6a96fdb64fc7589f3a6f3 /parse.y
parent73f5b841d48b0e6687424374fe739266d17ffce4 (diff)
* include/ruby/encoding.h (rb_char_to_option_kcode): used in
ripper. * node.h (rb_reserved_word): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 7ac471cf3c..2fd1451cad 100644
--- a/parse.y
+++ b/parse.y
@@ -5701,8 +5701,6 @@ parser_tokadd_escape(struct parser_params *parser, rb_encoding **encp)
return 0;
}
-extern int rb_char_to_option_kcode(int c, int *option, int *kcode);
-
static int
parser_regx_options(struct parser_params *parser)
{