This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added an additional #ifndef based on comments by Jarkko and
[perl5.git] / x2p / INTERN.h
1 /*    INTERN.h
2  *
3  *    Copyright (C) 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
11
12 #ifdef __cplusplus
13 #  define EXTERN_C extern "C"
14 #else
15 #  ifndef EXTERN_C
16 #    define EXTERN_C
17 #  endif
18 #endif
19
20 #undef INIT
21 #define INIT(x) = x
22
23 #define DOINIT