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

ruby-changes:22055

From: kazu <ko1@a...>
Date: Fri, 23 Dec 2011 06:06:33 +0900 (JST)
Subject: [ruby-changes:22055] kazu:r34104 (trunk): * ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.

kazu	2011-12-23 06:06:19 +0900 (Fri, 23 Dec 2011)

  New Revision: 34104

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

  Log:
    * ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
    * util.c: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/ext/bigdecimal/bigdecimal.h
    trunk/util.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34103)
+++ ChangeLog	(revision 34104)
@@ -1,3 +1,8 @@
+Fri Dec 23 06:00:39 2011  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
+	* util.c: ditto.
+
 Fri Dec 23 00:08:25 2011  Tanaka Akira  <akr@f...>
 
 	* test/test_pty.rb (test_pty_check_default): "cat" may not terminateed
Index: util.c
===================================================================
--- util.c	(revision 34103)
+++ util.c	(revision 34104)
@@ -763,7 +763,7 @@
 #ifdef __cplusplus
 extern "C" {
 #if 0
-}
+} /* satisfy cc-mode */
 #endif
 #endif
 
@@ -3899,7 +3899,7 @@
 
 #ifdef __cplusplus
 #if 0
-{
+{ /* satisfy cc-mode */
 #endif
 }
 #endif
Index: ext/bigdecimal/bigdecimal.h
===================================================================
--- ext/bigdecimal/bigdecimal.h	(revision 34103)
+++ ext/bigdecimal/bigdecimal.h	(revision 34104)
@@ -22,7 +22,7 @@
 #if defined(__cplusplus)
 extern "C" {
 #if 0
-}
+} /* satisfy cc-mode */
 #endif
 #endif
 
@@ -284,7 +284,7 @@
 
 #if defined(__cplusplus)
 #if 0
-{
+{ /* satisfy cc-mode */
 #endif
 }  /* extern "C" { */
 #endif

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

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