You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/indep.c
|
|
+++ b/indep.c
|
|
@@ -14,7 +14,7 @@
|
|
{
|
|
#ifdef HAVE_STRTOLL
|
|
return strtoll(s, NULL, base);
|
|
-#elif HAVE_STRTOQ
|
|
+#elif defined(HAVE_STRTOQ)
|
|
return strtoq(s, NULL, base);
|
|
#else
|
|
int minus, digit;
|