summaryrefslogtreecommitdiff
path: root/x2p/EXTERN.h
blob: dcc1b243959622509c2e07740b7106c1c19ad614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*    EXTERN.h
 *
 *    Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
 *
 *    You may distribute under the terms of either the GNU General Public
 *    License or the Artistic License, as specified in the README file.
 */

#undef EXT
#define EXT extern

#ifdef __cplusplus
#  define EXTERN_C extern "C"
#else
#  define EXTERN_C extern
#endif

#undef INIT
#define INIT(x)

#undef DOINIT