[前][次][番号順一覧][スレッド一覧]

ruby-changes:38097

From: nobu <ko1@a...>
Date: Tue, 7 Apr 2015 11:44:05 +0900 (JST)
Subject: [ruby-changes:38097] nobu:r50178 (trunk): intern.h: stale declarations

nobu	2015-04-07 11:44:00 +0900 (Tue, 07 Apr 2015)

  New Revision: 50178

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50178

  Log:
    intern.h: stale declarations
    
    * include/ruby/intern.h: remove stale declarations, which were
      removed because of ripper.

  Modified files:
    trunk/include/ruby/intern.h
Index: include/ruby/intern.h
===================================================================
--- include/ruby/intern.h	(revision 50177)
+++ include/ruby/intern.h	(revision 50178)
@@ -618,8 +618,6 @@ VALUE rb_Hash(VALUE); https://github.com/ruby/ruby/blob/trunk/include/ruby/intern.h#L618
 double rb_cstr_to_dbl(const char*, int);
 double rb_str_to_dbl(VALUE, int);
 /* parse.y */
-RUBY_EXTERN int   ruby_sourceline;
-RUBY_EXTERN char *ruby_sourcefile;
 ID rb_id_attrset(ID);
 int rb_is_const_id(ID);
 int rb_is_global_id(ID);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]