diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-12 01:25:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-12 01:25:41 +0000 |
commit | ad5513430ad41d3071839f83eb3da57da67fe68e (patch) | |
tree | d05b93f958685799941d425cc7f148bf1d4a4aa8 /config_h.SH | |
parent | 3d0b4b5f4bc6afb56c39b656c31299f86ac985fd (diff) | |
download | perl-ad5513430ad41d3071839f83eb3da57da67fe68e.tar.gz |
megalomaniac 64-bit update: most importantly,
uselonglong is eradicated, only backward
compatibility hooks in use64bits remain.
p4raw-id: //depot/cfgperl@5070
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH index 6795efd393..b7c39f06e7 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2857,14 +2857,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #$uselongdouble USE_LONG_DOUBLE /**/ #endif -/* USE_LONG_LONG: - * This symbol, if defined, indicates that long longs should - * be used when available. - */ -#ifndef USE_LONG_LONG -#$uselonglong USE_LONG_LONG /**/ -#endif - /* USE_MORE_BITS: * This symbol, if defined, indicates that 64-bit interfaces and * long doubles should be used when available. |