NetBSD/usr.bin/patch/EXTERN.h
mycroft aee4b07b8a Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00

16 lines
193 B
C

/* $Id: EXTERN.h,v 1.2 1993/08/02 17:55:10 mycroft Exp $ */
#ifdef EXT
#undef EXT
#endif
#define EXT extern
#ifdef INIT
#undef INIT
#endif
#define INIT(x)
#ifdef DOINIT
#undef DOINIT
#endif