From c2c72c6e7360f81532d6163b782375d697d2d43b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Jun 1994 21:40:35 +0000 Subject: [PATCH] move __P to config.h --- sudo.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sudo.h b/sudo.h index 9b811b968..fb41f2b0f 100644 --- a/sudo.h +++ b/sudo.h @@ -318,14 +318,6 @@ typedef struct list { * Prototypes */ -/* Deal with ansi stuff reasonably */ -#undef __P -#if defined (__cplusplus) || defined (__STDC__) -# define __P(args) args -#else -# define __P(args) () -#endif - /* These are the functions that are called in sudo(8) */ #ifndef HAVE_STRDUP -- 2.40.0