From: Ulrich Drepper Date: Tue, 14 Sep 2004 18:05:52 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d156bb641c71070aab9129fe1dac03287b9938a;p=thirdparty%2Fglibc.git Update. 2004-09-14 Ulrich Drepper * misc/sys/cdefs.h: Remove debugging text from __P and __PMT. --- diff --git a/ChangeLog b/ChangeLog index 6808615a639..9a8215a97f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-14 Ulrich Drepper + + * misc/sys/cdefs.h: Remove debugging text from __P and __PMT. + 2004-09-13 Ulrich Drepper * misc/sys/cdefs.h: Restore old definition of __P. diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 65e0aa3cc46..1449d2e502a 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -57,8 +57,8 @@ /* These two macros are not usde in glibc anymore. They are kept here only because some other projects expect the macros to be defined. */ -# define __P(args) BROKEN BROKEN args -# define __PMT(args) BROKEN BROKEN args +# define __P(args) args +# define __PMT(args) args #else /* Not GCC. */