summaryrefslogtreecommitdiff
path: root/libio/libio.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-11 18:41:22 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-11 18:41:22 +0000
commit17cb98d49acaff501462a738bdf32fb52464e257 (patch)
tree929aa02b5f81c5e6a48e8e42abb05121cb4702ed /libio/libio.h
parenta56629046815835e6eaeb5591058dd767825560e (diff)
downloadgcc-17cb98d49acaff501462a738bdf32fb52464e257.tar.gz
* 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
Diffstat (limited to 'libio/libio.h')
-rw-r--r--libio/libio.h4
1 files changed, 2 insertions, 2 deletions
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 <sys/cdefs.h>
# else
# ifdef __STDC__
-# define __P(protos) protos
+# define __P(p) p
# else
-# define __P(protos) ()
+# define __P(p) ()
# endif
# endif
#endif /*!__P*/