mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 5 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
#endif
|
||||
|
||||
#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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue