Constify more
[deliverable/binutils-gdb.git] / gas / config / atof-vax.c
index 7c0539029b9b75e6ee13845a8cd252e2b5e4a142..8ca80b0ef8f6fff843174580b0b679f0153cae7f 100644 (file)
@@ -387,7 +387,7 @@ flonum_gen2vax (int format_letter,  /* One of 'd' 'f' 'g' 'h'.  */
 
 #define MAXIMUM_NUMBER_OF_LITTLENUMS  8        /* For .hfloats.  */
 
-char *
+const char *
 vax_md_atof (int what_statement_type,
             char *literalP,
             int *sizeP)
This page took 0.024083 seconds and 4 git commands to generate.