Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-mt.c
index c9aa18cd931980dc92dde4aed6bf46b7c32ba67a..e0bca88669470616e880586823d711537fb3c91b 100644 (file)
@@ -433,7 +433,7 @@ md_number_to_chars (char * buf, valueT val, int n)
   number_to_chars_bigendian (buf, val, n);
 }
 
-char *
+const char *
 md_atof (int type, char * litP, int * sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, FALSE);
This page took 0.024544 seconds and 4 git commands to generate.