Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-z8k.c
index 64fca74595c0a088271c0acaa4b9a23e1f832745..6a0d596799ea6b632a3ad1ed308226f07ccff8be 100644 (file)
@@ -1285,7 +1285,7 @@ md_undefined_symbol (char *name ATTRIBUTE_UNUSED)
 
 /* Various routines to kill one day.  */
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, TRUE);
This page took 0.031365 seconds and 4 git commands to generate.