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

ruby-changes:24482

From: nobu <ko1@a...>
Date: Wed, 25 Jul 2012 13:12:55 +0900 (JST)
Subject: [ruby-changes:24482] nobu:r36533 (trunk): * tool/ytab.sed: fix for Bison 2.6.

nobu	2012-07-25 13:12:44 +0900 (Wed, 25 Jul 2012)

  New Revision: 36533

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

  Log:
    * tool/ytab.sed: fix for Bison 2.6.

  Modified files:
    trunk/tool/ytab.sed

Index: tool/ytab.sed
===================================================================
--- tool/ytab.sed	(revision 36532)
+++ tool/ytab.sed	(revision 36533)
@@ -5,6 +5,12 @@
 a\
 #endif
 }
+/^extern int yydebug;/{
+i\
+#ifndef yydebug
+a\
+#endif
+}
 /^yydestruct.*yymsg/,/#endif/{
   /^yydestruct/{
     /parser/!{

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

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