From 4f041dafbef3cbc3c5891cb142b00901f90b827b 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@24924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 9be412ddf2..30527779a9 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 v1.2.3