X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FEXTERN.h;h=dcc1b243959622509c2e07740b7106c1c19ad614;hb=9f621bb00a11fa3741b155ff668ae147fed95cf0;hp=4a2d36020329c97f32b54946d643926ed9a078a0;hpb=fe14fcc35f78a371a174a1d14256c2f35ae4262b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/EXTERN.h b/x2p/EXTERN.h index 4a2d360..dcc1b24 100644 --- a/x2p/EXTERN.h +++ b/x2p/EXTERN.h @@ -1,19 +1,20 @@ -/* $Header: EXTERN.h,v 4.0 91/03/20 01:56:53 lwall Locked $ +/* EXTERN.h * - * Copyright (c) 1989, Larry Wall + * Copyright (C) 1991, 1992, 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: EXTERN.h,v $ - * Revision 4.0 91/03/20 01:56:53 lwall - * 4.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 extern +#ifdef __cplusplus +# define EXTERN_C extern "C" +#else +# define EXTERN_C extern +#endif + #undef INIT #define INIT(x)