mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:31:09 +08:00
toplev.c (dump_file_name): Change type to be const.
2004-10-15 Andrew Pinski <pinskia@physics.uc.edu> * toplev.c (dump_file_name): Change type to be const. From-SVN: r89131
This commit is contained in:
parent
85e5c2cfa4
commit
29c431a17d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user