mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' but never defined".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e1e671d60d
commit
5e14eeb482
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Dec 11 17:43:34 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared
|
||||
'static' but never defined".
|
||||
|
||||
Sat Dec 11 09:24:57 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* encoding.c: parenthesize macro arguments.
|
||||
|
|
|
@ -269,8 +269,8 @@ VP_EXPORT Real *VpOne(void);
|
|||
#define VpExponent(a) (a->exponent)
|
||||
#ifdef BIGDECIMAL_DEBUG
|
||||
int VpVarCheck(Real * v);
|
||||
#endif /* BIGDECIMAL_DEBUG */
|
||||
VP_EXPORT int VPrint(FILE *fp,const char *cntl_chr,Real *a);
|
||||
#endif /* BIGDECIMAL_DEBUG */
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" { */
|
||||
|
|
Loading…
Add table
Reference in a new issue