Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-or1k.c
index 0abbd824937cb166a3e7e1a2ee2f75a19e3e971a..10fd2de7363ed754277e6f1401ff1c5dd6ba1ffb 100644 (file)
@@ -278,7 +278,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)
 {
   return ieee_md_atof (type, litP, sizeP, TRUE);
This page took 0.023226 seconds and 4 git commands to generate.