LOGONLY mark 1408fb as NODOC since it appears to be a useful but minor warning cleanup
[p5sagit/p5-mst-13.2.git] / x2p / INTERN.h
CommitLineData
8665f9e4 1/* INTERN.h
a687059c 2 *
4bb101f2 3 * Copyright (C) 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
11
a4ca311e 12#ifdef __cplusplus
13# define EXTERN_C extern "C"
14#else
56fc4af6 15# ifndef EXTERN_C
16# define EXTERN_C
17# endif
a4ca311e 18#endif
19
8d063cd8 20#undef INIT
21#define INIT(x) = x
22
23#define DOINIT