bison-patches
[Top][All Lists]
Advanced

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

adjust Bison to recent gnulib changes


From: Paul Eggert
Subject: adjust Bison to recent gnulib changes
Date: Fri, 26 Jan 2007 15:13:34 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

I installed this so that CVS Bison continues to build out of the box.

2007-01-26  Paul Eggert  <address@hidden>

        Adjust to recent gnulib changes.
        * src/system.h: Don't include <stpcpy.h>; this is now done by
        <string.h>.
        * 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.

Index: src/system.h
===================================================================
RCS file: /cvsroot/bison/bison/src/system.h,v
retrieving revision 1.80
diff -u -p -r1.80 system.h
--- src/system.h        15 Sep 2006 18:59:40 -0000      1.80
+++ src/system.h        26 Jan 2007 23:11:56 -0000
@@ -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>
Index: lib/.cvsignore
===================================================================
RCS file: /cvsroot/bison/bison/lib/.cvsignore,v
retrieving revision 1.23
diff -u -p -r1.23 .cvsignore
--- lib/.cvsignore      31 Dec 2006 20:29:48 -0000      1.23
+++ lib/.cvsignore      26 Jan 2007 23:11:56 -0000
@@ -46,21 +46,22 @@ stdint_.h
 stdio--.h
 stdio-safer.h
 stpcpy.c
-stpcpy.h
 strerror.c
+string.h
+string_.h
 stripslash.c
 strndup.c
-strndup.h
 strnlen.c
-strnlen.h
 strtol.c
 strtoul.c
 strverscmp.c
 strverscmp.h
 unistd--.h
 unistd-safer.h
+unistd_.h
 unlocked-io.h
 verify.h
+wchar_.h
 wctype_.h
 wcwidth.h
 xalloc-die.c
Index: m4/.cvsignore
===================================================================
RCS file: /cvsroot/bison/bison/m4/.cvsignore,v
retrieving revision 1.24
diff -u -p -r1.24 .cvsignore
--- m4/.cvsignore       31 Dec 2006 20:29:48 -0000      1.24
+++ m4/.cvsignore       26 Jan 2007 23:11:56 -0000
@@ -10,6 +10,7 @@ extensions.m4
 getopt.m4
 gettext.m4
 gnulib-cache.m4
+gnulib-common.m4
 gnulib-comp.m4
 gnulib-tool.m4
 hash.m4
@@ -36,6 +37,7 @@ stdint_h.m4
 stdio-safer.m4
 stpcpy.m4
 strerror.m4
+string_h.m4
 strndup.m4
 strnlen.m4
 strtol.m4
@@ -45,6 +47,7 @@ unistd-safer.m4
 unistd_h.m4
 unlocked-io.m4
 warning.m4
+wchar.m4
 wchar_t.m4
 wctype.m4
 wcwidth.m4




reply via email to

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