Commit 2dde618f 2dde618fe411bda0b5a20b7ff74c1833a5d9720f by Sergey Poznyakoff

Include definition for __PMT (Patch by Walter J. Mack <wmack@componentsw.com>)

1 parent e06f8623
......@@ -28,6 +28,14 @@
# endif
#endif
#ifndef __PMT
# if defined PROTOTYPES || (defined __STDC__ && STDC__)
# define __PMT(Args) Args
# else
# define __PMT(Args) ()
# endif
#endif
#ifdef __cplusplus
extern "C" {
#endif
......