X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FINTERN.h;h=29332945d83e71d3df1158468232a1fe89b301bd;hb=f3365a56c42f2f31eed84ad55632f9786ee09044;hp=76c51c5df83159f6c507bac0c3bf39c902a98600;hpb=8d063cd8450e59ea1c611a2f4f5a21059a2804f1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/INTERN.h b/x2p/INTERN.h index 76c51c5..2933294 100644 --- a/x2p/INTERN.h +++ b/x2p/INTERN.h @@ -1,14 +1,22 @@ -/* $Header: INTERN.h,v 1.0 87/12/18 13:06:48 root Exp $ +/* INTERN.h * - * $Log: INTERN.h,v $ - * Revision 1.0 87/12/18 13:06:48 root - * Initial revision - * + * Copyright (C) 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 +#ifdef __cplusplus +# define EXTERN_C extern "C" +#else +# ifndef EXTERN_C +# define EXTERN_C +# endif +#endif + #undef INIT #define INIT(x) = x