X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FINTERN.h;h=29332945d83e71d3df1158468232a1fe89b301bd;hb=953f6acfa20ec275ec39a552dfac8124bd93ebdf;hp=42e029d24f9d28942bd85fdd0d1af42ba3552b78;hpb=378cc40b38293ffc7298c6a7ed3cd740ad79be52;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/INTERN.h b/x2p/INTERN.h index 42e029d..2933294 100644 --- a/x2p/INTERN.h +++ b/x2p/INTERN.h @@ -1,14 +1,22 @@ -/* $Header: INTERN.h,v 2.0 88/06/05 00:15:27 root Exp $ +/* INTERN.h * - * $Log: INTERN.h,v $ - * Revision 2.0 88/06/05 00:15:27 root - * Baseline version 2.0. - * + * 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