summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-06-10 10:40:55 +0200
committerAkim Demaille <demaille@gostai.com>2009-06-10 10:56:19 +0200
commit92d7a23ace9ad4813c29ac245ae336d58727c46d (patch)
tree270b12d4ca2ec39c63cea442020553895abf874b /lib
parent12cf133f348392750f808bec0d188bac58bff2bd (diff)
downloadbison-92d7a23ace9ad4813c29ac245ae336d58727c46d.tar.gz
gnulib: update.
* gnulib: Update to latest. * lib/.cvsignore, lib/.gitignore, m4/.cvsignore, * m4/.gitignore: Regen. * src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr): Call xalloc_die on hash_insert failures. Requested by the new __warn_unused_result__ attribute of hash_insert.
Diffstat (limited to 'lib')
-rw-r--r--lib/.cvsignore1
-rw-r--r--lib/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index 412882f3..8d2d4d2d 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -45,6 +45,7 @@ mbrtowc.c
mbsinit.c
mbswidth.c
mbswidth.h
+memchr.c
obstack.c
obstack.h
pipe-safer.c
diff --git a/lib/.gitignore b/lib/.gitignore
index b647a928..73d272e0 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -48,6 +48,7 @@
/mbsinit.c
/mbswidth.c
/mbswidth.h
+/memchr.c
/obstack.c
/obstack.h
/pipe-safer.c