From 4784cc455ce2f577047b6966b8a635fb48de79ae Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 16 Jan 2000 04:51:16 +0000 Subject: [PATCH] remove __P definition (now in com_right.h). this file always includes com_right.h so that's where it should reside. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7798 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/com_err.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/com_err/com_err.h b/lib/com_err/com_err.h index 8bea04c56..16c4d9e81 100644 --- a/lib/com_err/com_err.h +++ b/lib/com_err/com_err.h @@ -38,18 +38,6 @@ #ifndef __COM_ERR_H__ #define __COM_ERR_H__ -#ifdef __STDC__ -#include -#endif - -#ifndef __P -#ifdef __STDC__ -#define __P(X) X -#else -#define __P(X) () -#endif -#endif - #include typedef void (*errf) __P((const char *, long, const char *, va_list));