]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
toplev.c (dump_file_name): Change type to be const.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 16 Oct 2004 00:57:01 +0000 (00:57 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 16 Oct 2004 00:57:01 +0000 (17:57 -0700)
2004-10-15  Andrew Pinski  <pinskia@physics.uc.edu>

        * toplev.c (dump_file_name): Change type to be const.

From-SVN: r89131

gcc/ChangeLog
gcc/toplev.c

index 0d1ace7ec69e3224c78769e0a0587dd31a33db87..229e3f27fe73a1f39eeef7f6037881abc448bf43 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-15  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * toplev.c (dump_file_name): Change type to be const.
+
 2004-10-15  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * c-typeck.c (build_compound_expr, build_c_cast): Don't try to use
index 31dbbe1e6274f63e53e1ff400b84661fa21d047e..a7fd75aa3057652a22d167e1f6ec8d8179698cd3 100644 (file)
@@ -412,7 +412,7 @@ int warn_return_type;
 FILE *asm_out_file;
 FILE *aux_info_file;
 FILE *dump_file = NULL;
-char *dump_file_name;
+const char *dump_file_name;
 
 /* The current working directory of a translation.  It's generally the
    directory from which compilation was initiated, but a preprocessed