summaryrefslogtreecommitdiff
path: root/EXTERN.h
blob: f5fc76d1977d0cb33f1c1b2ddc0077de5c06f482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Header: EXTERN.h,v 4.0 91/03/20 00:58:26 lwall Locked $
 *
 *    Copyright (c) 1989, Larry Wall
 *
 *    You may distribute under the terms of the GNU General Public License
 *    as specified in the README file that comes with the perl 3.0 kit.
 *
 * $Log:	EXTERN.h,v $
 * Revision 4.0  91/03/20  00:58:26  lwall
 * 4.0 baseline.
 * 
 */

#undef EXT
#define EXT extern

#undef INIT
#define INIT(x)

#undef DOINIT