From: Akim Demaille Date: Thu, 15 Jan 2015 16:26:32 +0000 (+0100) Subject: gnulib: strtoul is considered obsolete and now useless X-Git-Tag: v3.0.4~11 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/88ffc4b907145aa5f03d457c5eece49a4c0d439c?ds=sidebyside gnulib: strtoul is considered obsolete and now useless * bootstrap.conf: here. --- diff --git a/bootstrap.conf b/bootstrap.conf index 3bdf6c4a..6a5c9ae5 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -33,7 +33,7 @@ gnulib_modules=' quote quotearg readme-release realloc-posix - spawn-pipe stdbool stpcpy strdup-posix strerror strtoul strverscmp + spawn-pipe stdbool stpcpy strdup-posix strerror strverscmp unistd unistd-safer unlink unlocked-io update-copyright unsetenv verify warnings diff --git a/lib/.gitignore b/lib/.gitignore index 46447a33..4815b9e1 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -211,8 +211,6 @@ /stripslash.c /strndup.c /strnlen.c -/strtol.c -/strtoul.c /strverscmp.c /sys /sys_ioctl.h diff --git a/m4/.gitignore b/m4/.gitignore index adf98229..5715c35c 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -144,8 +144,6 @@ /string_h.m4 /strndup.m4 /strnlen.m4 -/strtol.m4 -/strtoul.m4 /strverscmp.m4 /sys_ioctl_h.m4 /sys_socket_h.m4