This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 29: patch #20, continued
[perl5.git] / EXTERN.h
CommitLineData
132b68a5 1/* $RCSfile: EXTERN.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 10:10:32 $
a687059c 2 *
132b68a5 3 * Copyright (c) 1991, Larry Wall
a687059c 4 *
132b68a5
LW
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
8d063cd8
LW
7 *
8 * $Log: EXTERN.h,v $
132b68a5
LW
9 * Revision 4.0.1.1 91/06/07 10:10:32 lwall
10 * patch4: new copyright notice
11 *
fe14fcc3
LW
12 * Revision 4.0 91/03/20 00:58:26 lwall
13 * 4.0 baseline.
8d063cd8
LW
14 *
15 */
16
17#undef EXT
18#define EXT extern
19
20#undef INIT
21#define INIT(x)
22
23#undef DOINIT