Constify more
[deliverable/binutils-gdb.git] / gas / config / atof-vax.c
index 6e81ffe3ab4973b1eb7c6dca2d6b1907170c5fd3..8ca80b0ef8f6fff843174580b0b679f0153cae7f 100644 (file)
@@ -1,6 +1,5 @@
 /* atof_vax.c - turn a Flonum into a VAX floating point number
-   Copyright 1987, 1992, 1993, 1995, 1997, 1999, 2000, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -380,7 +379,7 @@ flonum_gen2vax (int format_letter,  /* One of 'd' 'f' 'g' 'h'.  */
        Address of where to build floating point literal.
                Assumed to be 'big enough'.
        Address of where to return size of literal (in chars).
-  
+
    Out:        Input_line_pointer->of next char after floating number.
        Error message, or 0.
        Floating point literal.
@@ -388,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.028188 seconds and 4 git commands to generate.