Fix insufficiently parenthesized macro expansions.
This commit is contained in:
parent
cee8e126a2
commit
a292d6f98a
16 changed files with 43 additions and 80 deletions
|
@ -55,7 +55,7 @@ typedef long ssize_t;
|
|||
#define random rand
|
||||
#define srandom srand
|
||||
|
||||
#define strncasecmp(s1, s2, s3) _strnicmp(s1, s2, s3)
|
||||
#define strncasecmp(s1, s2, s3) _strnicmp((s1), (s2), (s3))
|
||||
#define mkdir(dir,perm) _mkdir((dir))
|
||||
|
||||
typedef int pid_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue