Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
[p5sagit/p5-mst-13.2.git] / x2p / EXTERN.h
CommitLineData
8665f9e4 1/* EXTERN.h
a687059c 2 *
4bb101f2 3 * Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
a687059c 4 *
132b68a5 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 7 */
8
9#undef EXT
10#define EXT extern
11
12#undef INIT
13#define INIT(x)
14
15#undef DOINIT