diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-15 17:14:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-15 17:14:13 +0000 |
commit | 09c0d2c437a889bc5a2d6128f26e62bb1011dda3 (patch) | |
tree | 4eb02e20ec9f626860817f1518097fa666804526 /config_h.SH | |
parent | 78b3f29973d20003799b839f78876dbf59ab60fe (diff) | |
download | perl-09c0d2c437a889bc5a2d6128f26e62bb1011dda3.tar.gz |
If longsize is 8 we don't need a LL suffix for integer constants.
p4raw-id: //depot/perl@8134
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index 8ab759d85c..9202aee51a 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2119,12 +2119,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_strtoll HAS_STRTOLL /**/ -/* HAS_STRTOQ: - * This symbol, if defined, indicates that the strtoq routine is - * available to convert strings to long longs (quads). - */ -#$d_strtoq HAS_STRTOQ /**/ - /* HAS_STRTOULL: * This symbol, if defined, indicates that the strtoull routine is * available to convert strings to unsigned long longs. |