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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user