summaryrefslogtreecommitdiff
path: root/EXTERN.h
blob: 765c5582556337e885d86169c7013893dbb0a303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*    EXTERN.h
 *
 *    Copyright (c) 1991-1994, Larry Wall
 *
 *    You may distribute under the terms of either the GNU General Public
 *    License or the Artistic License, as specified in the README file.
 *
 */

#undef EXT
#define EXT extern

#undef INIT
#define INIT(x)

#undef DOINIT