diff options
Diffstat (limited to 'x2p/EXTERN.h')
-rw-r--r-- | x2p/EXTERN.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x2p/EXTERN.h b/x2p/EXTERN.h new file mode 100644 index 0000000000..d0e248160a --- /dev/null +++ b/x2p/EXTERN.h @@ -0,0 +1,15 @@ +/* $Header: EXTERN.h,v 1.0 87/12/18 13:06:44 root Exp $ + * + * $Log: EXTERN.h,v $ + * Revision 1.0 87/12/18 13:06:44 root + * Initial revision + * + */ + +#undef EXT +#define EXT extern + +#undef INIT +#define INIT(x) + +#undef DOINIT |