Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-d10v.c
index f7f213a87d6dafa8c2e3eb1b6d41855446047853..e2a2caabb7260d7ca541378a10a9207bfbf98fa3 100644 (file)
@@ -251,7 +251,7 @@ md_undefined_symbol (char *name ATTRIBUTE_UNUSED)
   return 0;
 }
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, TRUE);
This page took 0.025224 seconds and 4 git commands to generate.