move __P to compat.h

This commit is contained in:
Todd C. Miller
1995-01-13 17:43:56 +00:00
parent b7b53ae4a2
commit 3fe8d92024

View File

@@ -23,14 +23,6 @@
* NOT using configure.
*/
/* Deal with ansi stuff reasonably. */
#undef __P
#if defined (__cplusplus) || defined (__STDC__)
# define __P(args) args
#else
# define __P(args) ()
#endif
/* New ANSI-style OS defs. */
#if defined(hpux) && !defined(__hpux)
# define __hpux 1