From: Perl 5 Porters Date: Wed, 10 Jul 1996 23:34:06 +0000 (+0000) Subject: Update NeXT support X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfe0b2289cfaa7d302c60238915d93655154f355;p=p5sagit%2Fp5-mst-13.2.git Update NeXT support --- diff --git a/x2p/a2p.h b/x2p/a2p.h index 77d55ce..f145e72 100644 --- a/x2p/a2p.h +++ b/x2p/a2p.h @@ -1,4 +1,4 @@ -/* $RCSfile: a2p.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:09 $ +/* $RCSfile: a2p.h,v $$Revision: 4.1 $$Date: 1996/07/05 23:49:58 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: a2p.h,v $ + * Revision 1.2 1996/07/05 23:49:58 gerti + * OPENSTEP 4.0 patches + * */ #include "../embed.h" @@ -32,11 +35,17 @@ #endif -#ifdef USE_NEXT_CTYPE +#ifdef USE_NEXT_CTYPE + +#if NX_CURRENT_COMPILER_RELEASE >= 400 +#include +#else /* NX_CURRENT_COMPILER_RELEASE < 400 */ #include -#else +#endif /* NX_CURRENT_COMPILER_RELEASE >= 400 */ + +#else /* !USE_NEXT_CTYPE */ #include -#endif +#endif /* USE_NEXT_CTYPE */ #define MEM_SIZE Size_t