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 /Porting/Glossary | |
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 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 25676c20a6..44012c4bf1 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3341,10 +3341,6 @@ uselongdouble (uselongdbl.U): This variable conditionally defines the USE_LONG_DOUBLE symbol, and indicates that long doubles should be used when available. -uselonglong (uselonglong.U): - This variable conditionally defines the USE_LONG_LONG symbol, - and indicates that long longs should be used when available. - usemorebits (usemorebits.U): This variable conditionally defines the USE_MORE_BITS symbol, and indicates that explicit 64-bit interfaces and long doubles |