Browse Source

Fix thinko in last commit.

binutils-2_13-branch
Richard Sandiford 25 years ago
parent
commit
3a18fa4f57
  1. 2
      gas/config/atof-ieee.c

2
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

Loading…
Cancel
Save