This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: make it safe to include tree-flow in C++
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rafael dot espindola at gmail dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 11 Dec 05 09:38:17 EST
- Subject: Re: make it safe to include tree-flow in C++
Is the following changelog ok?
One exact correct whitespace formulation of that is below. I'd have to
go back into the patch to see if a shorter format could also be used.
2005-12-11 Rafael =C1vila de Esp=EDndola <rafael.espindola@gmail.com>
* tree-flow.h: Allow compilation with a C++ compiler.
(struct edge_prediction): Prefix all field names with "ep_".
* predict.c (tree_predicted_by_p): Likewise for struct edge_prediction.
(tree_predict_edge, combine_predictions_for_bb): Likewise.
(remove_predictions_associated_with_edge): Likewise.