summaryrefslogtreecommitdiff
path: root/www-client/w3mmee/files/w3mmee-gcc-4.4.patch
blob: e724244ab86966a0d9b4b7e1e5267416cee9fd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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;