aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-22 21:06:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-22 21:06:19 +0000
commit0212af1733d6e246e2d1b91e62e0d5e637c2e0f9 (patch)
tree477e2577267d408d82383f96021fec917b5317aa /ext
parent9ce124dd1ac9bc55c620ad2077568dac853b30ba (diff)
downloadruby-0212af1733d6e246e2d1b91e62e0d5e637c2e0f9.tar.gz
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
* util.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/bigdecimal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index b1dfd9c371..a04d1bbfea 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -22,7 +22,7 @@
#if defined(__cplusplus)
extern "C" {
#if 0
-}
+} /* satisfy cc-mode */
#endif
#endif
@@ -284,7 +284,7 @@ VP_EXPORT int VPrint(FILE *fp,const char *cntl_chr,Real *a);
#if defined(__cplusplus)
#if 0
-{
+{ /* satisfy cc-mode */
#endif
} /* extern "C" { */
#endif