LOGONLY mark 1408fb as NODOC since it appears to be a useful but minor warning cleanup
[p5sagit/p5-mst-13.2.git] / x2p / EXTERN.h
1 /*    EXTERN.h
2  *
3  *    Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
4  *
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.
7  */
8
9 #undef EXT
10 #define EXT extern
11
12 #ifdef __cplusplus
13 #  define EXTERN_C extern "C"
14 #else
15 #  define EXTERN_C extern
16 #endif
17
18 #undef INIT
19 #define INIT(x)
20
21 #undef DOINIT