]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 20 Sep 1999 03:24:36 +0000 (03:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 20 Sep 1999 03:24:36 +0000 (03:24 +0000)
* stdlib/isomac.c: Add va_copy to allowed macros.

ChangeLog
stdlib/isomac.c

index f4621f9d8deaf3edfdc850fbeb548078764eaa0e..6e2667bbafc7c95f0e1cad724fb56619b3d79fc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-09-19  Ulrich Drepper  <drepper@cygnus.com>
 
+       * stdlib/isomac.c: Add va_copy to allowed macros.
+
        * po/pl.po: Updated.
 
 1999-09-17  Andreas Schwab  <schwab@suse.de>
index 82a142b2d7ddddb3fad85f1af4e8b72555ccf350..7148881d0f9aedbbcc629e901600b98ddc6d012d 100644 (file)
@@ -1,5 +1,5 @@
 /* Check system header files for ISO 9899:1990 (ISO C) compliance.
-   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jens Schweikhardt <schweikh@noc.dfn.de>, 1996.
 
@@ -156,7 +156,7 @@ static char *macros[] =
   "strtol", "strtoul", "strxfrm", "swprintf", "swscanf", "system",
   "tan", "tanf", "tanh", "tanhf", "tanhl", "tanl", "time", "time_t",
   "tmpfile", "tmpnam", "tolower", "toupper", "towctrans", "towlower",
-  "towupper", "ungetc", "ungetwc", "va_arg", "va_end", "va_start",
+  "towupper", "ungetc", "ungetwc", "va_arg", "va_copy", "va_end", "va_start",
   "vfprintf", "vfwprintf", "vprintf", "vsprintf", "vswprintf",
   "vwprintf", "wchar_t", "wcrtomb", "wcscat", "wcschr", "wcscmp",
   "wcscoll", "wcscpy", "wcscspn", "wcsftime", "wcslen", "wcsncat",