diff options
Diffstat (limited to 'gas/config/tc-or1k.c')
-rw-r--r-- | gas/config/tc-or1k.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-or1k.c b/gas/config/tc-or1k.c index a88ed6a..28fa7c5 100644 --- a/gas/config/tc-or1k.c +++ b/gas/config/tc-or1k.c @@ -275,9 +275,6 @@ md_number_to_chars (char * buf, valueT val, int n) type, and store the appropriate bytes in *litP. The number 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) { |