From 8ad97cfca7405266d280412da3f57800926c5b9d Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 9 Jul 2008 06:45:21 +0000 Subject: genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. * genattrtab.c (insert_right_side, evaluate_eq_attr): Avoid C++ keywords. * genemit.c (gen_insn): Likewise. * gengtype.c (note_def_vec): Likewise. * gengtype.h (note_def_vec): Likewise. * genoutput.c (struct data, output_insn_data, process_template, gen_expand, gen_split, note_constraint): Likewise. * genrecog.c (new_decision, add_to_sequence, factor_tests, make_insn_sequence): Likewise. * gensupport.c (record_insn_name): Likewise. From-SVN: r137653 --- gcc/gengtype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gengtype.h') diff --git a/gcc/gengtype.h b/gcc/gengtype.h index fef1262a958..916570a8b9c 100644 --- a/gcc/gengtype.h +++ b/gcc/gengtype.h @@ -64,7 +64,7 @@ extern pair_p nreverse_pairs (pair_p list); extern type_p adjust_field_type (type_p, options_p); extern void note_variable (const char *s, type_p t, options_p o, struct fileloc *pos); -extern void note_def_vec (const char *typename, bool is_scalar, +extern void note_def_vec (const char *type_name, bool is_scalar, struct fileloc *pos); extern void note_def_vec_alloc (const char *type, const char *astrat, struct fileloc *pos); -- cgit v1.2.1