xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/EXTERN.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /* $RCSfile: EXTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:05 $
2*0Sstevel@tonic-gate  *
3*0Sstevel@tonic-gate  *    Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
4*0Sstevel@tonic-gate  *
5*0Sstevel@tonic-gate  *    You may distribute under the terms of either the GNU General Public
6*0Sstevel@tonic-gate  *    License or the Artistic License, as specified in the README file.
7*0Sstevel@tonic-gate  *
8*0Sstevel@tonic-gate  * $Log:	EXTERN.h,v $
9*0Sstevel@tonic-gate  */
10*0Sstevel@tonic-gate 
11*0Sstevel@tonic-gate #undef EXT
12*0Sstevel@tonic-gate #define EXT extern
13*0Sstevel@tonic-gate 
14*0Sstevel@tonic-gate #undef INIT
15*0Sstevel@tonic-gate #define INIT(x)
16*0Sstevel@tonic-gate 
17*0Sstevel@tonic-gate #undef DOINIT
18