]> granicus.if.org Git - python/commit
PyGC_Head: Use "long double" instead of "double" as the worst-case
authorTim Peters <tim.peters@gmail.com>
Thu, 28 Feb 2002 19:38:51 +0000 (19:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 28 Feb 2002 19:38:51 +0000 (19:38 +0000)
commit5e67cded409218e4957c0921cd6b0dca7ba63317
treeb479694d6bdc2eceaa86ce9e41b2420826017ab1
parentc948966fc4bc301e375d059a23c716a99aef4352
PyGC_Head:  Use "long double" instead of "double" as the worst-case
alignment gimmick.  David Abrahams notes that the standard "long double"
actually requires stricter alignment than "double" on some Tru64 box.
On my box and yours <wink>, it's the same, so no harm done on most
boxes.
Include/objimpl.h