projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580a832
)
Fix thinko in last commit.
author
Richard Sandiford
<rdsandiford@googlemail.com>
Thu, 11 Apr 2002 11:21:01 +0000
(11:21 +0000)
committer
Richard Sandiford
<rdsandiford@googlemail.com>
Thu, 11 Apr 2002 11:21:01 +0000
(11:21 +0000)
gas/config/atof-ieee.c
patch
|
blob
|
history
diff --git
a/gas/config/atof-ieee.c
b/gas/config/atof-ieee.c
index 4459066a6574862218363f691658b996bd5430da..0ad39c9b30111208c5bbc36d991d3994577446c0 100644
(file)
--- 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