Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-avr.c
index b35061ef88b51befa44188bf74161b30e446a735..852002f2f636b99664a50f0581704d452e3c2c32 100644 (file)
@@ -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);
This page took 0.025192 seconds and 4 git commands to generate.