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
This commit is contained in:
Assar Westerlund
2000-01-16 04:51:16 +00:00
parent ad616bf193
commit 4784cc455c

View File

@@ -38,18 +38,6 @@
#ifndef __COM_ERR_H__
#define __COM_ERR_H__
#ifdef __STDC__
#include <stdarg.h>
#endif
#ifndef __P
#ifdef __STDC__
#define __P(X) X
#else
#define __P(X) ()
#endif
#endif
#include <com_right.h>
typedef void (*errf) __P((const char *, long, const char *, va_list));