diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index bb9eee7..24db762 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -683,6 +683,8 @@ extern tree c_add_case_label PARAMS ((splay_tree, tree, tree, tree)); +extern tree build_function_call PARAMS ((tree, tree)); + #ifdef RTX_CODE extern struct rtx_def *c_expand_expr PARAMS ((tree, rtx, |