From: Rafael Garcia-Suarez Date: Thu, 2 Jun 2005 09:39:26 +0000 (+0000) Subject: CPP typo fix (by Dominic Dunlop) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=110d3f988f2faab8121f358ba4237db2528fb801;p=p5sagit%2Fp5-mst-13.2.git CPP typo fix (by Dominic Dunlop) p4raw-id: //depot/perl@24674 --- diff --git a/perl.c b/perl.c index 02aab31..816a64c 100644 --- 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