Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-fr30.c
index ad3ffd0e2b1f0ddd1f45795295e0de9a070eb0fd..058733b4b8af4493921dd58e671d7a4daaf230bb 100644 (file)
@@ -317,7 +317,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, TRUE);
This page took 0.023097 seconds and 4 git commands to generate.