aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@gcc.gnu.org>2003-01-16 15:37:57 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-01-16 15:37:57 +0000
commitc1b50e4978a214de1df4b7f61395bee83a924426 (patch)
tree8e1daad7c2e283ef9a752a13edb569be18027b32 /gcc/protoize.c
parent93d8c755c1c1ff211f75564b877a490e2df70384 (diff)
downloadgcc-c1b50e4978a214de1df4b7f61395bee83a924426.zip
gcc-c1b50e4978a214de1df4b7f61395bee83a924426.tar.gz
gcc-c1b50e4978a214de1df4b7f61395bee83a924426.tar.bz2
dbxout.c (lastfile, cwd): Fix `unused' warning.
* dbxout.c (lastfile, cwd): Fix `unused' warning. * dwarf2out.c (fde_table_in_use, current_funcdef_fde, dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset, is_main_source, file_table, decl_die_table_in_use, abbrev_die_table_in_use, line_info_table_in_use, separate_line_info_table_in_use, pubname_table_in_use, arange_table_in_use, ranges_table_in_use, current_function_has_inlines): Likewise. * flow.c (life_analysis): Likewise. * genemit.c (gen_insn): Likewise. * protoize.c (cplus_suffix): Likewise. From-SVN: r61392
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index ce51ba2..dfaa380 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -140,12 +140,12 @@ static const char * const aux_info_suffix = AUX_INFO_SUFFIX;
static const char * const save_suffix = SAVE_SUFFIX;
+#ifndef UNPROTOIZE
+
/* String to attach to C filenames renamed to C++. */
static const char * const cplus_suffix = CPLUS_FILE_SUFFIX;
-#ifndef UNPROTOIZE
-
/* File name of the file which contains descriptions of standard system
routines. Note that we never actually do anything with this file per se,
but we do read in its corresponding aux_info file. */