Mercurial > hg > octave-shane > gnulib-hg
view lib/xstrtoll.c @ 14612:6ef4f1f39105
Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"
This reverts commit 349d7fe0e307d59d508b3579317ee8d4eacfeb9c.
Revert accidentally-pushed patch. Not yet ready.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Mon, 25 Apr 2011 10:38:33 +0200 |
parents | 1276be199c4c |
children |
line wrap: on
line source
#define __strtol strtoll #define __strtol_t long long int #define __xstrtol xstrtoll #define STRTOL_T_MINIMUM LLONG_MIN #define STRTOL_T_MAXIMUM LLONG_MAX #include "xstrtol.c"