* inline.h (scm_double_cell): prevent reordering of statements
authorGary Houston <ghouston@arglist.com>
Tue, 24 Sep 2002 22:21:01 +0000 (22:21 +0000)
committerGary Houston <ghouston@arglist.com>
Tue, 24 Sep 2002 22:21:01 +0000 (22:21 +0000)
commit3553e1d1f037df79b10e5f8589884c02e57fe144
tree827dc47b1b7937760b7a2cd2b682fab1553ad9d6
parentc15030bebf555969379628ef154f7f26ce1c6cd1
* inline.h (scm_double_cell): prevent reordering of statements
with any following code (for GCC 3 strict-aliasing).
* numbers.c (scm_make_real), num2float.i.c (FLOAT2NUM): removed
the earlier version of the reordering prevention.
libguile/ChangeLog
libguile/inline.h
libguile/num2float.i.c
libguile/numbers.c