CPP typo fix (by Dominic Dunlop)
Rafael Garcia-Suarez [Thu, 2 Jun 2005 09:39:26 +0000 (09:39 +0000)]
p4raw-id: //depot/perl@24674

perl.c

diff --git a/perl.c b/perl.c
index 02aab31..816a64c 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1004,7 +1004,7 @@ perl_free(pTHXx)
 /* provide destructors to clean up the thread key when libperl is unloaded */
 #ifndef WIN32 /* handled during DLL_PROCESS_DETACH in win32/perllib.c */
 
-#if defined(__hpux) && && __ux_version > 1020 && !defined(__GNUC__)
+#if defined(__hpux) && __ux_version > 1020 && !defined(__GNUC__)
 #pragma fini "perl_fini"
 #endif