Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-i960.c
index 667ab4cf24fc9ac84c7450387fa0eb0b89e90ac6..1335da107caa13b7d4c73dd226b2309e537dd9b4 100644 (file)
@@ -1707,7 +1707,7 @@ md_number_to_chars (char *buf,
   number_to_chars_littleendian (buf, value, n);
 }
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, FALSE);
This page took 0.036848 seconds and 4 git commands to generate.