X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=4d9a94edc566bbf56202e8c035761d14d6ed6d64;hb=0bc0ad857ef0ded50c72fba42503c958a1579a5a;hp=85aae2c82e7523f73fb1ca128fc668f4d5dc90b0;hpb=a446a88f1d0ae9b5bdb72150525c08f417f05975;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index 85aae2c..4d9a94e 100644 --- a/perl.h +++ b/perl.h @@ -1,11 +1,12 @@ /* perl.h * - * Copyright (c) 1987-2001, Larry Wall + * Copyright (c) 1987-2002, Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */ + #ifndef H_PERL #define H_PERL 1 @@ -434,7 +435,7 @@ int usleep(unsigned int); # define MYSWAP #endif -/* Cannot include embed.h here on Win32 as win32.h has not +/* Cannot include embed.h here on Win32 as win32.h has not yet been included and defines some config variables e.g. HAVE_INTERP_INTERN */ #if !defined(PERL_FOR_X2P) && !(defined(WIN32)||defined(VMS))