diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-13 18:06:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-13 18:06:40 +0000 |
commit | 16bbd13af7244cc0967d9f12327f63ffcaeac4bd (patch) | |
tree | 345f4e74a520be8b1ef6cae6bd9a171938198b79 /lib/mprintf.c | |
parent | ee0666c8df0022a13fd478fe4a916f647a6338c5 (diff) | |
download | curl-16bbd13af7244cc0967d9f12327f63ffcaeac4bd.tar.gz |
Diego Casorran patches to make (lib)curl build fine on Amiga again
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index b9fe238f9..598ea7626 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -75,6 +75,9 @@ # define BOOL char #endif +#ifdef _AMIGASF +# undef FORMAT_INT +#endif /* Lower-case digits. */ static const char lower_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; |