diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index e8039a7..e02077f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -599,4 +599,5 @@ extern bool reference_callee_copied (CUMULATIVE_ARGS *, enum machine_mode, extern void used_types_insert (tree); +extern int get_next_funcdef_no (void); #endif /* GCC_FUNCTION_H */ |