Commit 92fa350a by Alexandre Oliva Committed by Alexandre Oliva

* config/float-sparc.h (LDBL_MAX) [sparc32]: Fix typo.

From-SVN: r39371
parent 387d2880
2001-01-31 Alexandre Oliva <aoliva@redhat.com>
* config/float-sparc.h (LDBL_MAX) [sparc32]: Fix typo.
2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk> 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
* cpplib.c (T_ELIF): Move to STDC89, not that it matters. * cpplib.c (T_ELIF): Move to STDC89, not that it matters.
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
#undef LDBL_MAX_EXP #undef LDBL_MAX_EXP
#define LDBL_MAX_EXP DBL_MAX_EXP #define LDBL_MAX_EXP DBL_MAX_EXP
#undef LDBL_MAX #undef LDBL_MAX
#define LDBL_MAX DBLX_MAX #define LDBL_MAX DBL_MAX
#undef LDBL_MAX_10_EXP #undef LDBL_MAX_10_EXP
#define LDBL_MAX_10_EXP DBL_MAX_10_EXP #define LDBL_MAX_10_EXP DBL_MAX_10_EXP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment