From 17cb98d49acaff501462a738bdf32fb52464e257 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 11 Dec 1997 18:41:22 +0000 Subject: * libio.h (__P): Name its arg `p' instead of `params'. Avoids problems with an unchanged Solaris math.h header. Bring over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17043 138bc75d-0d04-0410-961f-82ee72b054a4 --- libio/libio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libio/libio.h') diff --git a/libio/libio.h b/libio/libio.h index b7f8af7c791..da972859d7e 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -55,9 +55,9 @@ # include # else # ifdef __STDC__ -# define __P(protos) protos +# define __P(p) p # else -# define __P(protos) () +# define __P(p) () # endif # endif #endif /*!__P*/ -- cgit v1.2.1