mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
Adjust to recent gnulib changes.
* lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h. Add string.h, string_.h, unistd_.h, wchar_.h. * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4. * src/system.h: Don't include <stpcpy.h>; this is now done by <string.h>.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* System-dependent definitions for Bison.
|
||||
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
|
||||
Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -59,7 +59,6 @@ typedef size_t uintptr_t;
|
||||
| Gnulib. |
|
||||
`---------*/
|
||||
|
||||
#include <stpcpy.h>
|
||||
#include <unlocked-io.h>
|
||||
#include <verify.h>
|
||||
#include <xalloc.h>
|
||||
|
||||
Reference in New Issue
Block a user