bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] gnulib: strtoul is considered obsolete and now useless


From: Akim Demaille
Subject: [PATCH 2/3] gnulib: strtoul is considered obsolete and now useless
Date: Fri, 16 Jan 2015 14:50:25 +0100

* bootstrap.conf: here.
---
 bootstrap.conf | 2 +-
 lib/.gitignore | 2 --
 m4/.gitignore  | 2 --
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 3bdf6c4..6a5c9ae 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 46447a3..4815b9e 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 adf9822..5715c35 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
-- 
2.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]