* missing/langinfo.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7fb70b4e0f
commit
ff4ba406a2
@ -1,3 +1,7 @@
|
|||||||
|
Sun Jan 30 17:19:46 2011 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* missing/langinfo.c: parenthesize macro arguments.
|
||||||
|
|
||||||
Mon Jan 31 21:57:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Mon Jan 31 21:57:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* configure.in: revert r30698.
|
* configure.in: revert r30698.
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define digit(x) ((x) >= '0' && (x) <= '9')
|
#define digit(x) ((x) >= '0' && (x) <= '9')
|
||||||
#define strstart(s, n) (strncasecmp(s, n, strlen(n)) == 0)
|
#define strstart(s, n) (strncasecmp((s), (n), strlen(n)) == 0)
|
||||||
|
|
||||||
static char buf[16];
|
static char buf[16];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user