summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-10-17 19:36:43 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-10-17 19:36:43 +0000
commitec828b8bf114ff4010e3c5d793553a318cafb890 (patch)
treefb9761ada398450a8a7fd2155527130a059bb32a /newlib/libc
parent8b6308401d15a0c3461d85c0e41ded2b37df8121 (diff)
downloadcygnal-ec828b8bf114ff4010e3c5d793553a318cafb890.tar.gz
cygnal-ec828b8bf114ff4010e3c5d793553a318cafb890.tar.bz2
cygnal-ec828b8bf114ff4010e3c5d793553a318cafb890.zip
Fix typo.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/machine/i386/machine/fastmath.h2
1 files changed, 1 insertions, 1 deletions
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__)