diff options
Diffstat (limited to 'gas/config/tc-m32r.c')
-rw-r--r-- | gas/config/tc-m32r.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index 2b4c5ad..c20cb72 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -2103,9 +2103,6 @@ md_number_to_chars (char *buf, valueT val, int n) of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ -/* Equal to MAX_PRECISION in atof-ieee.c. */ -#define MAX_LITTLENUMS 6 - const char * md_atof (int type, char *litP, int *sizeP) { |