diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2008-07-09 06:45:21 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2008-07-09 06:45:21 +0000 |
commit | 8ad97cfca7405266d280412da3f57800926c5b9d (patch) | |
tree | 6954eaaa696c6bf48cf413495c59ff795a740dc2 /gcc/gengtype.h | |
parent | 588021c0e8ef99701465aee44d7a18135bc1bbee (diff) | |
download | gcc-8ad97cfca7405266d280412da3f57800926c5b9d.tar.gz |
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
Diffstat (limited to 'gcc/gengtype.h')
-rw-r--r-- | gcc/gengtype.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |