mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
9ce124dd1a
commit
0212af1733
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Dec 23 06:00:39 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
|
||||
* util.c: ditto.
|
||||
|
||||
Fri Dec 23 00:08:25 2011 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* test/test_pty.rb (test_pty_check_default): "cat" may not terminateed
|
||||
|
|
|
@ -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
|
||||
|
|
4
util.c
4
util.c
|
@ -763,7 +763,7 @@ static double private_mem[PRIVATE_mem], *pmem_next = private_mem;
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#if 0
|
||||
}
|
||||
} /* satisfy cc-mode */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -3899,7 +3899,7 @@ ruby_hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign,
|
|||
|
||||
#ifdef __cplusplus
|
||||
#if 0
|
||||
{
|
||||
{ /* satisfy cc-mode */
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue