Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-xc16x.c
index 5e34e09d49af777ab88dff54edcabeb301b79f33..1fb964bc7b5ccbc4cb4ea9de9088352af481b971 100644 (file)
@@ -225,7 +225,7 @@ md_parse_option (int c ATTRIBUTE_UNUSED,
   return 0;
 }
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, FALSE);
This page took 0.024232 seconds and 4 git commands to generate.