From: Jarkko Hietaniemi Date: Sat, 4 Mar 2000 05:33:27 +0000 (+0000) Subject: scratch #5508 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fb1cd2d392fedba83048ff49802c60d6f30b6f9;p=p5sagit%2Fp5-mst-13.2.git scratch #5508 p4raw-id: //depot/cfgperl@5509 --- diff --git a/perl.h b/perl.h index f601e14..aeaaa45 100644 --- a/perl.h +++ b/perl.h @@ -3077,9 +3077,6 @@ typedef struct am_table_short AMTS; #if !defined(Atol) && defined(IV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_LONG # if !defined(Atol) && defined(HAS_STRTOLL) -# ifdef __hpux -# define strtoll __strtoll /* secret handshake */ -# endif # define Atol(s) strtoll(s, (char**)NULL, 10) # endif # if !defined(Atol) && defined(HAS_ATOLL) @@ -3092,9 +3089,6 @@ typedef struct am_table_short AMTS; #endif #if !defined(Strtoul) && defined(UV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_LONG -# ifdef __hpux -# define strtoull __strtoull /* secret handshake */ -# endif # if !defined(Strtoul) && defined(HAS_STRTOULL) # define Strtoul strtoull # endif