Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-msp430.c
index 98910aa515ff6b0fd6cfa1924a1f61142f975eac..3621fdb42add0e357bdb13cc3f891a7dbab53433 100644 (file)
@@ -1630,7 +1630,7 @@ extract_cmd (char * from, char * to, int limit)
   return from;
 }
 
-char *
+const char *
 md_atof (int type, char * litP, int * sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, FALSE);
This page took 0.025005 seconds and 4 git commands to generate.