Typos in #7667.
Jarkko Hietaniemi [Mon, 13 Nov 2000 04:54:34 +0000 (04:54 +0000)]
p4raw-id: //depot/perl@7668

perl.h

diff --git a/perl.h b/perl.h
index e4de676..6f822dc 100644 (file)
--- 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