Commit f2702694 by Mike Stump Committed by Mike Stump

* protoize.c (edit_fn_definition): Add volatile to clean_text_p.

From-SVN: r115367
parent d5fa9a0d
2006-07-12 Mike Stump <mrs@apple.com>
* protoize.c (edit_fn_definition): Add volatile to clean_text_p.
2006-07-10 Eric Christopher <echristo@apple.com>
* config/t-slibgcc-darwin: Rewrite.
......
......@@ -3503,7 +3503,8 @@ add_global_decls (const file_info *file_p, const char *clean_text_p)
separate routine above. */
static void
edit_fn_definition (const def_dec_info *def_dec_p, const char *clean_text_p)
edit_fn_definition (const def_dec_info *def_dec_p,
const char *volatile clean_text_p)
{
const char *end_formals;
const char *function_to_edit = def_dec_p->hash_entry->symbol;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment