mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Update.
2004-09-14 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
This commit is contained in:
parent
79937577d1
commit
5d156bb641
@ -1,3 +1,7 @@
|
||||
2004-09-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
|
||||
|
||||
2004-09-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* misc/sys/cdefs.h: Restore old definition of __P.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user