From 956391074765de8fb93173948d500d6cedf9768e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 16 Oct 2007 14:42:32 -0700 Subject: Comma-separate contents of __FLOAT__ --- standard.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard.mac b/standard.mac index e056352e..52f1c579 100644 --- a/standard.mac +++ b/standard.mac @@ -115,7 +115,7 @@ __SECT__ %define __FLOAT_ROUND__ near ; __FLOAT__ contains the whole floating-point configuration so it can ; be saved and restored -%define __FLOAT__ __FLOAT_DAZ__ __FLOAT_ROUND__ +%define __FLOAT__ __FLOAT_DAZ__,__FLOAT_ROUND__ %imacro float 1-*.nolist %rep %0 [float %1] -- cgit v1.2.1