diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-04 05:33:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-04 05:33:27 +0000 |
commit | 1fb1cd2d392fedba83048ff49802c60d6f30b6f9 (patch) | |
tree | 6ad3fd85cb186d0a326b26202e953f6866c3d7c2 /perl.h | |
parent | dbfb3851273f540a52f51be6c8b73f6f5c290d8b (diff) | |
download | perl-1fb1cd2d392fedba83048ff49802c60d6f30b6f9.tar.gz |
scratch #5508
p4raw-id: //depot/cfgperl@5509
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |