Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-metag.c
index d28738719a45780f9c0cdac7d44cb1d4089f90df..cc9140bbd8c70d6509529fbf112fd3282c04e025 100644 (file)
@@ -6707,7 +6707,7 @@ md_number_to_chars (char * buf, valueT val, int n)
 /* Equal to MAX_PRECISION in atof-ieee.c */
 #define MAX_LITTLENUMS 6
 
-char *
+const char *
 md_atof (int type, char * litP, int * sizeP)
 {
   int              i;
This page took 0.027737 seconds and 4 git commands to generate.