diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-13 04:54:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-13 04:54:34 +0000 |
commit | 28ca6303f54bdb807970683b0b03fa4884d7ec98 (patch) | |
tree | 437a6498820c7e714e57341b8a98080027864a4e /perl.h | |
parent | 0fc6770084b6606cb6c321fceeb12a351dbf8423 (diff) | |
download | perl-28ca6303f54bdb807970683b0b03fa4884d7ec98.tar.gz |
Typos in #7667.
p4raw-id: //depot/perl@7668
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |