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

ruby-changes:7417

From: ko1 <ko1@a...>
Date: Sat, 30 Aug 2008 10:47:19 +0900 (JST)
Subject: [ruby-changes:7417] Ruby:r18937 (trunk): * parse.y: remove include pragma for "ruby/intern.h".

ko1	2008-08-30 10:43:34 +0900 (Sat, 30 Aug 2008)

  New Revision: 18937

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

  Log:
    * parse.y: remove include pragma for "ruby/intern.h".

  Modified files:
    trunk/ChangeLog
    trunk/parse.y

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18936)
+++ ChangeLog	(revision 18937)
@@ -1,3 +1,7 @@
+Sat Aug 30 10:43:03 2008 2008  Koichi Sasada  <ko1@a...>
+
+	* parse.y: remove include pragma for "ruby/intern.h".
+
 Sat Aug 30 10:41:57 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT and
Index: parse.y
===================================================================
--- parse.y	(revision 18936)
+++ parse.y	(revision 18937)
@@ -16,7 +16,6 @@
 #define YYSTACK_USE_ALLOCA 0
 
 #include "ruby/ruby.h"
-#include "ruby/intern.h"
 #include "ruby/node.h"
 #include "ruby/st.h"
 #include "ruby/encoding.h"

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

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