freebsd_amp_hwpstate/gnu/usr.bin/patch/EXTERN.h

25 lines
409 B
C
Raw Normal View History

1995-05-30 05:05:38 +00:00
/* $Header: /home/ncvs/src/gnu/usr.bin/patch/EXTERN.h,v 1.1.1.1 1993/06/19 14:21:52 paul Exp $
*
* $Log: EXTERN.h,v $
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
1993-06-19 14:21:53 +00:00
*
* Revision 2.0 86/09/17 15:35:37 lwall
* Baseline for netwide release.
1995-05-30 05:05:38 +00:00
*
1993-06-19 14:21:53 +00:00
*/
#ifdef EXT
#undef EXT
#endif
#define EXT extern
#ifdef INIT
#undef INIT
#endif
#define INIT(x)
#ifdef DOINIT
#undef DOINIT
#endif