OSDN Git Service

Fix thinko in last commit.
authorrsandifo <rsandifo>
Thu, 11 Apr 2002 11:21:01 +0000 (11:21 +0000)
committerrsandifo <rsandifo>
Thu, 11 Apr 2002 11:21:01 +0000 (11:21 +0000)
gas/config/atof-ieee.c

index 4459066..0ad39c9 100644 (file)
@@ -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