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
@ -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>
|
Sat Dec 11 09:24:57 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* encoding.c: parenthesize macro arguments.
|
* encoding.c: parenthesize macro arguments.
|
||||||
|
@ -269,8 +269,8 @@ VP_EXPORT Real *VpOne(void);
|
|||||||
#define VpExponent(a) (a->exponent)
|
#define VpExponent(a) (a->exponent)
|
||||||
#ifdef BIGDECIMAL_DEBUG
|
#ifdef BIGDECIMAL_DEBUG
|
||||||
int VpVarCheck(Real * v);
|
int VpVarCheck(Real * v);
|
||||||
#endif /* BIGDECIMAL_DEBUG */
|
|
||||||
VP_EXPORT int VPrint(FILE *fp,const char *cntl_chr,Real *a);
|
VP_EXPORT int VPrint(FILE *fp,const char *cntl_chr,Real *a);
|
||||||
|
#endif /* BIGDECIMAL_DEBUG */
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
} /* extern "C" { */
|
} /* extern "C" { */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user