summaryrefslogtreecommitdiff
path: root/usr.bin/patch/INTERN.h
blob: 1cb3e30144202d7b8168cce147c5b3576e1c46a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$NetBSD: INTERN.h,v 1.3 1996/09/19 06:27:05 thorpej Exp $	*/

#ifdef EXT
#undef EXT
#endif
#define EXT

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

#define DOINIT