We're using "strtoull()", not "strtol()" - define "strtoull", not

"strtol", as "_strtoui64".

Make the comment match what the UN*X configure script puts in.

svn path=/trunk/; revision=11799
This commit is contained in:
Guy Harris 2004-08-22 01:43:16 +00:00
parent c4e043e39c
commit a1871624c7
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@
#endif /* _MSC_EXTENSIONS */
#endif /* PRIx64 */
/* Map "_strtoui64()" to "strtoll()" */
#define strtoll _strtoui64
/* Define as a function that behaves like strtoull */
#define strtoull _strtoui64
/* Define if you have the z library (-lz). */
@HAVE_LIBZ@