X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FEXTERN.h;h=dcc1b243959622509c2e07740b7106c1c19ad614;hb=102b13d314016f7ec14c00406088a88475fe52db;hp=d6174c419e0adc59b00fad14274fdef4525dcbfd;hpb=132b68a5c516d31aa5abdbca3bb36ded2c13b4cc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/EXTERN.h b/x2p/EXTERN.h index d6174c4..dcc1b24 100644 --- a/x2p/EXTERN.h +++ b/x2p/EXTERN.h @@ -1,22 +1,20 @@ -/* $RCSfile: EXTERN.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 12:11:15 $ +/* EXTERN.h * - * Copyright (c) 1991, Larry Wall + * Copyright (C) 1991, 1992, 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: EXTERN.h,v $ - * Revision 4.0.1.1 91/06/07 12:11:15 lwall - * patch4: new copyright notice - * - * Revision 4.0 91/03/20 01:56:53 lwall - * 4.0 baseline. - * */ #undef EXT #define EXT extern +#ifdef __cplusplus +# define EXTERN_C extern "C" +#else +# define EXTERN_C extern +#endif + #undef INIT #define INIT(x)