X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FINTERN.h;h=29332945d83e71d3df1158468232a1fe89b301bd;hb=953f6acfa20ec275ec39a552dfac8124bd93ebdf;hp=64c528272dddcff1d127878b5c8b602603bad908;hpb=79072805bf63abe5b5978b5928ab00d360ea3e7f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/INTERN.h b/x2p/INTERN.h index 64c5282..2933294 100644 --- a/x2p/INTERN.h +++ b/x2p/INTERN.h @@ -1,24 +1,22 @@ -/* $RCSfile: INTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:06 $ +/* INTERN.h * - * Copyright (c) 1991, Larry Wall + * 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. - * - * $Log: INTERN.h,v $ - * Revision 4.1 92/08/07 18:29:06 lwall - * - * Revision 4.0.1.1 91/06/07 12:11:20 lwall - * patch4: new copyright notice - * - * Revision 4.0 91/03/20 01:56:58 lwall - * 4.0 baseline. - * */ #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