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

ruby-changes:22048

From: nagachika <ko1@a...>
Date: Thu, 22 Dec 2011 00:50:26 +0900 (JST)
Subject: [ruby-changes:22048] nagachika:r34097 (trunk): ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.el

nagachika	2011-12-22 00:50:15 +0900 (Thu, 22 Dec 2011)

  New Revision: 34097

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

  Log:
    ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.el

  Modified files:
    trunk/ext/bigdecimal/bigdecimal.h

Index: ext/bigdecimal/bigdecimal.h
===================================================================
--- ext/bigdecimal/bigdecimal.h	(revision 34096)
+++ ext/bigdecimal/bigdecimal.h	(revision 34097)
@@ -21,7 +21,10 @@
 
 #if defined(__cplusplus)
 extern "C" {
+#if 0
+}
 #endif
+#endif
 
 #ifndef HAVE_LABS
 static inline long
@@ -280,6 +283,9 @@
 #endif /* BIGDECIMAL_DEBUG */
 
 #if defined(__cplusplus)
+#if 0
+{
+#endif
 }  /* extern "C" { */
 #endif
 #endif /* RUBY_BIG_DECIMAL_H */

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

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