summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-13 04:54:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-13 04:54:34 +0000
commit28ca6303f54bdb807970683b0b03fa4884d7ec98 (patch)
tree437a6498820c7e714e57341b8a98080027864a4e /perl.h
parent0fc6770084b6606cb6c321fceeb12a351dbf8423 (diff)
downloadperl-28ca6303f54bdb807970683b0b03fa4884d7ec98.tar.gz
Typos in #7667.
p4raw-id: //depot/perl@7668
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index e4de676119..6f822dcf4a 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