OSDN Git Service

2004-10-15 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 2004 00:57:01 +0000 (00:57 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 2004 00:57:01 +0000 (00:57 +0000)
        * toplev.c (dump_file_name): Change type to be const.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89131 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index 0d1ace7..229e3f2 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 31dbbe1..a7fd75a 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