From: Jarkko Hietaniemi Date: Mon, 13 Nov 2000 04:54:34 +0000 (+0000) Subject: Typos in #7667. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28ca6303f54bdb807970683b0b03fa4884d7ec98;p=p5sagit%2Fp5-mst-13.2.git Typos in #7667. p4raw-id: //depot/perl@7668 --- diff --git a/perl.h b/perl.h index e4de676..6f822dc 100644 --- a/perl.h +++ b/perl.h @@ -2198,9 +2198,9 @@ char *crypt (const char*, const char*); # ifndef getenv char *getenv (const char*); # endif /* !getenv */ -# if !defined(HAS_LSEEK_PROTO) && !defined(EPOC) && !(defined(__hpux) +# if !defined(HAS_LSEEK_PROTO) && !defined(EPOC) && !defined(__hpux) # ifdef _FILE_OFFSET_BITS -# if_FILE_OFFSET_BITS == 64 +# if _FILE_OFFSET_BITS == 64 Off_t lseek (int,Off_t,int); # endif # endif