summaryrefslogtreecommitdiff
path: root/usr.bin/patch/INTERN.h
blob: c13d9ed97f296f8d3e2c3d0e87a9ce8692099807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: INTERN.h,v 1.2 1996/06/10 11:21:24 niklas Exp $ */

#ifdef EXT
#undef EXT
#endif
#define EXT

#ifdef INIT
#undef INIT
#endif
#define INIT(x) = x

#define DOINIT