summaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/bigdecimal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-24 22:55:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-24 22:55:33 +0000
commit96d0e68064a778d75df37e84cb7d3a490f77dfef (patch)
treeca115914f8b26849335128dd08af4fbf7605dfc0 /ext/bigdecimal/bigdecimal.h
parentdf29900859769583f8f075cc135a47ebf1b74ea2 (diff)
downloadruby-96d0e68064a778d75df37e84cb7d3a490f77dfef.tar.gz
ruby-96d0e68064a778d75df37e84cb7d3a490f77dfef.tar.xz
ruby-96d0e68064a778d75df37e84cb7d3a490f77dfef.zip
* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,
ext/openssl/ossl_pkey_rsa.c, ext/bigdecimal/bigdecimal.h: must not use C++ or C99 style comment yet. (ruby-bugs:PR#1184) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal/bigdecimal.h')
-rw-r--r--ext/bigdecimal/bigdecimal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index 3152474b3..aabc551a7 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -213,4 +213,4 @@ VP_EXPORT int VPrint(FILE *fp,char *cntl_chr,Real *a);
#if defined(__cplusplus)
} /* extern "C" { */
#endif
-#endif //____BIG_DECIMAL__H____
+#endif /* ____BIG_DECIMAL__H____ */