summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-15 17:14:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-15 17:14:13 +0000
commit09c0d2c437a889bc5a2d6128f26e62bb1011dda3 (patch)
tree4eb02e20ec9f626860817f1518097fa666804526 /config_h.SH
parent78b3f29973d20003799b839f78876dbf59ab60fe (diff)
downloadperl-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.SH6
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.