mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
FIX: ifndef requires no parentheses.
This commit is contained in:
parent
4ef68740a3
commit
3b74e0bb93
@ -121,7 +121,7 @@ unsigned long long int strtoull(const char*, char**, int);
|
||||
|
||||
/* handle null arguments */
|
||||
#ifndef nulldup
|
||||
#ifndef(HAVE_STRDUP)
|
||||
#ifndef HAVE_STRDUP
|
||||
/** Copy s if not NULL.
|
||||
*
|
||||
* Implementation in terms of strdup in
|
||||
|
Loading…
Reference in New Issue
Block a user