diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-04-11 11:21:01 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-04-11 11:21:01 +0000 |
commit | 3a18fa4f577ebef39bcf4028e2e26c4745699b22 (patch) | |
tree | a452ff3fcd650a97eef6e48aba0b661c697cdfd3 /gas/config/atof-ieee.c | |
parent | 580a832ee02cd814b699edb649956b5ebc2e63cd (diff) | |
download | gdb-3a18fa4f577ebef39bcf4028e2e26c4745699b22.zip gdb-3a18fa4f577ebef39bcf4028e2e26c4745699b22.tar.gz gdb-3a18fa4f577ebef39bcf4028e2e26c4745699b22.tar.bz2 |
Fix thinko in last commit.
Diffstat (limited to 'gas/config/atof-ieee.c')
-rw-r--r-- | gas/config/atof-ieee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/atof-ieee.c b/gas/config/atof-ieee.c index 4459066..0ad39c9 100644 --- a/gas/config/atof-ieee.c +++ b/gas/config/atof-ieee.c @@ -40,7 +40,7 @@ extern const char EXP_CHARS[]; /* Length in LittleNums of guard bits. */ #define GUARD (2) -#ifndef TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) +#ifndef TC_LARGEST_EXPONENT_IS_NORMAL #define TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) 0 #endif |