X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2FEXTERN.h;h=dcc1b243959622509c2e07740b7106c1c19ad614;hb=102b13d314016f7ec14c00406088a88475fe52db;hp=66793aff0ff3113b6e6618a2683af067126e2c1f;hpb=378cc40b38293ffc7298c6a7ed3cd740ad79be52;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/EXTERN.h b/x2p/EXTERN.h index 66793af..dcc1b24 100644 --- a/x2p/EXTERN.h +++ b/x2p/EXTERN.h @@ -1,14 +1,20 @@ -/* $Header: EXTERN.h,v 2.0 88/06/05 00:15:24 root Exp $ +/* EXTERN.h * - * $Log: EXTERN.h,v $ - * Revision 2.0 88/06/05 00:15:24 root - * Baseline version 2.0. - * + * 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. */ #undef EXT #define EXT extern +#ifdef __cplusplus +# define EXTERN_C extern "C" +#else +# define EXTERN_C extern +#endif + #undef INIT #define INIT(x)