X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FINTERN.h;h=29332945d83e71d3df1158468232a1fe89b301bd;hb=20caf59dc5a2137cdf1de6dae458da063417a8d2;hp=d2a3033134baec7e5b7bc59e2bcd83b45c561a02;hpb=a687059cbaf2c6fdccb5e0fae2aee80ec15625a8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/INTERN.h b/x2p/INTERN.h index d2a3033..2933294 100644 --- a/x2p/INTERN.h +++ b/x2p/INTERN.h @@ -1,19 +1,22 @@ -/* $Header: INTERN.h,v 3.0 89/10/18 15:33:45 lwall Locked $ +/* INTERN.h * - * Copyright (c) 1989, Larry Wall + * Copyright (C) 1993, 1994, by Larry Wall and others * - * You may distribute under the terms of the GNU General Public License - * as specified in the README file that comes with the perl 3.0 kit. - * - * $Log: INTERN.h,v $ - * Revision 3.0 89/10/18 15:33:45 lwall - * 3.0 baseline - * + * 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 +#ifdef __cplusplus +# define EXTERN_C extern "C" +#else +# ifndef EXTERN_C +# define EXTERN_C +# endif +#endif + #undef INIT #define INIT(x) = x