Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 2c42a134d7001a6e04c8991b794cc3e871070587..2ccc053c15d87d93bbaff416a02956a7ba5ec980 100644 (file)
@@ -1077,7 +1077,7 @@ my_get_expression (expressionS * ep, char ** str, int prefix_mode)
 
    ??? The format of 12 byte floats is uncertain according to gcc's arm.h.  */
 
-char *
+const char *
 md_atof (int type, char * litP, int * sizeP)
 {
   int prec;
This page took 0.036122 seconds and 4 git commands to generate.