From ec828b8bf114ff4010e3c5d793553a318cafb890 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 17 Oct 2007 19:36:43 +0000 Subject: Fix typo. --- newlib/libc/machine/i386/machine/fastmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/machine/i386/machine/fastmath.h b/newlib/libc/machine/i386/machine/fastmath.h index c43e5fee1..9a6753ec9 100644 --- a/newlib/libc/machine/i386/machine/fastmath.h +++ b/newlib/libc/machine/i386/machine/fastmath.h @@ -3,7 +3,7 @@ #if defined(__GNUC__) && __STDC__ - 0 > 0 -#define __str1__(__x) #x +#define __str1__(__x) #__x #define __str2__(__x) __str1__(__x) #define __U_L_PREFIX__ __str2__(__USER_LABEL_PREFIX__) -- cgit v1.2.3