summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2015-01-15 17:26:32 +0100
committerAkim Demaille <akim@lrde.epita.fr>2015-01-15 17:26:32 +0100
commit88ffc4b907145aa5f03d457c5eece49a4c0d439c (patch)
tree776a1d4869f1523aa7dd7f852d8332878bc384af
parent3e82dfaa0dedffdfdc948a971deee3cbd2d965ba (diff)
downloadbison-88ffc4b907145aa5f03d457c5eece49a4c0d439c.tar.gz
gnulib: strtoul is considered obsolete and now useless
* bootstrap.conf: here.
-rw-r--r--bootstrap.conf2
-rw-r--r--lib/.gitignore2
-rw-r--r--m4/.gitignore2
3 files changed, 1 insertions, 5 deletions
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