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

From-SVN: r39371
This commit is contained in:
Alexandre Oliva 2001-01-31 09:27:12 +00:00 committed by Alexandre Oliva
parent 387d2880d4
commit 92fa350add
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* cpplib.c (T_ELIF): Move to STDC89, not that it matters.

View File

@ -113,7 +113,7 @@
#undef LDBL_MAX_EXP
#define LDBL_MAX_EXP DBL_MAX_EXP
#undef LDBL_MAX
#define LDBL_MAX DBLX_MAX
#define LDBL_MAX DBL_MAX
#undef LDBL_MAX_10_EXP
#define LDBL_MAX_10_EXP DBL_MAX_10_EXP