From e150fddc7c1024447a9489635f6f2071a6bfdfcc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Dec 2002 19:32:31 +0000 Subject: Backout last change. --- sysdeps/ieee754/bits/nan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754') diff --git a/sysdeps/ieee754/bits/nan.h b/sysdeps/ieee754/bits/nan.h index 251b14de0b..6d88b551b1 100644 --- a/sysdeps/ieee754/bits/nan.h +++ b/sysdeps/ieee754/bits/nan.h @@ -29,7 +29,7 @@ # define NAN \ (__extension__ \ ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \ - { .__l = 0x7fc00000UL }).__d) + { __l: 0x7fc00000UL }).__d) #else -- cgit v1.2.3