mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* lib/xstrdup.c: New file, from the fileutils.
* src/reader.c (parse_token_decl, get_type_name, parse_type_decl) (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup' instead of strlen + xmalloc + strcpy. * src/symtab.c (copys): Remove, use xstrdup instead.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/xstrdup.c: New file, from the fileutils.
|
||||
* src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
|
||||
(parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
|
||||
instead of strlen + xmalloc + strcpy.
|
||||
* src/symtab.c (copys): Remove, use xstrdup instead.
|
||||
|
||||
|
||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h (associativity): New enum type which replaces the
|
||||
|
||||
Reference in New Issue
Block a user