Mercurial > hg > octave-nkf > gnulib-hg
view lib/xstrtoimax.c @ 17293:815194217914
stpncpy: port to OS X 10.8
* lib/stpncpy.c (__stpncpy): Parenthesize name when definining function.
Problem reported by Assaf Gordon in <http://bugs.gnu.org/13495>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 21 Jan 2013 22:16:32 -0800 |
parents | 8d41d3f68c28 |
children |
line wrap: on
line source
#define __strtol strtoimax #define __strtol_t intmax_t #define __xstrtol xstrtoimax #define STRTOL_T_MINIMUM INTMAX_MIN #define STRTOL_T_MAXIMUM INTMAX_MAX #include "xstrtol.c"