blob: 0963da83daea23fae9d45790ccddd85bd3eb97a2 [file] [log] [blame]
@TOP@
/* Define __P() macro, if necessary */
#ifndef __P
#if __STDC__
#define __P(protos) protos
#else
#define __P(protos) ()
#endif
#endif