From 8a0441d05eca15936633e6e518ae40275898db46 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Sep 2009 07:39:16 +0000 Subject: * debug.c, parse.y: fixed types. * node.h (nd_line): limit to int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 9be412ddf..30527779a 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -170,6 +170,7 @@ int rb_enc_tolower(int c, rb_encoding *enc); ID rb_intern3(const char*, long, rb_encoding*); ID rb_interned_id_p(const char *, long, rb_encoding *); int rb_enc_symname_p(const char*, rb_encoding*); +int rb_enc_symname2_p(const char*, long, rb_encoding*); int rb_enc_str_coderange(VALUE); long rb_str_coderange_scan_restartable(const char*, const char*, rb_encoding*, int*); int rb_enc_str_asciionly_p(VALUE); -- cgit