FIX: ifndef requires no parentheses.

This commit is contained in:
DWesl 2022-10-29 13:27:17 -04:00
parent 4ef68740a3
commit 3b74e0bb93

View File

@ -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