Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-tic4x.c
index a833c525cd321d8fc8b6b02444efe7c7b95296b1..c44201d004ac57cfaf9c30cd0c194d4da7f075b0 100644 (file)
@@ -2547,7 +2547,7 @@ tic4x_cleanup (void)
    of chars emitted is stored in *sizeP.  An error message is
    returned, or NULL on OK.  */
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   int prec;
This page took 0.02467 seconds and 4 git commands to generate.