summaryrefslogtreecommitdiff
path: root/googleurl
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-02 10:35:29 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-02 10:35:29 +0200
commitac411b11c50524a8060f9b67324279cf7193441d (patch)
tree6b0a422cf5442172479addc39bd34aea5d0e8234 /googleurl
parentd702ab14c97572e99a4586931c3ba465974c7081 (diff)
downloadcrawler-ac411b11c50524a8060f9b67324279cf7193441d.tar.gz
crawler-ac411b11c50524a8060f9b67324279cf7193441d.tar.bz2
small fix in googleurl
Diffstat (limited to 'googleurl')
-rw-r--r--googleurl/strtoull.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/googleurl/strtoull.h b/googleurl/strtoull.h
index 5caf83b..28c398c 100644
--- a/googleurl/strtoull.h
+++ b/googleurl/strtoull.h
@@ -3,7 +3,6 @@
#include <stdlib.h>
-#ifdef FREEBSD
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
@@ -13,9 +12,6 @@ uint64_t __strtoull(const char *nptr, char **endptr, int base);
}
#endif
#define strtoull __strtoull
-#else
-// use system one
-#endif
#endif