diff options
Diffstat (limited to 'gas/config/tc-avr.c')
-rw-r--r-- | gas/config/tc-avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index b35061e..852002f 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -628,7 +628,7 @@ md_undefined_symbol (char *name ATTRIBUTE_UNUSED) return NULL; } -char * +const char * md_atof (int type, char *litP, int *sizeP) { return ieee_md_atof (type, litP, sizeP, FALSE); |