Comma-separate contents of __FLOAT__

This commit is contained in:
H. Peter Anvin 2007-10-16 14:42:32 -07:00
parent f6c9e65d4f
commit 9563910747

View File

@ -115,7 +115,7 @@ __SECT__
%define __FLOAT_ROUND__ near %define __FLOAT_ROUND__ near
; __FLOAT__ contains the whole floating-point configuration so it can ; __FLOAT__ contains the whole floating-point configuration so it can
; be saved and restored ; be saved and restored
%define __FLOAT__ __FLOAT_DAZ__ __FLOAT_ROUND__ %define __FLOAT__ __FLOAT_DAZ__,__FLOAT_ROUND__
%imacro float 1-*.nolist %imacro float 1-*.nolist
%rep %0 %rep %0
[float %1] [float %1]