mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
Diego Casorran patches to make (lib)curl build fine on Amiga again
This commit is contained in:
parent
ee0666c8df
commit
16bbd13af7
10 changed files with 79 additions and 31 deletions
|
|
@ -75,6 +75,9 @@
|
|||
# define BOOL char
|
||||
#endif
|
||||
|
||||
#ifdef _AMIGASF
|
||||
# undef FORMAT_INT
|
||||
#endif
|
||||
|
||||
/* Lower-case digits. */
|
||||
static const char lower_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue