aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-12-24 20:24:16 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-12-24 20:24:16 +0000
commitde23a892abbc9af353ebbaf9e0021445deb27638 (patch)
tree3d273b67279f2daebabe8587668ca4ef7df11f20 /gcc/toplev.h
parent9376fcd631f21656c9544b5a9355f31618b2d63a (diff)
downloadgcc-de23a892abbc9af353ebbaf9e0021445deb27638.zip
gcc-de23a892abbc9af353ebbaf9e0021445deb27638.tar.gz
gcc-de23a892abbc9af353ebbaf9e0021445deb27638.tar.bz2
toplev.h (note_deferall_of_defined_inline_function): Declare.
* toplev.h (note_deferall_of_defined_inline_function): Declare. * toplev.c (note_deferral_of_defined_inline_function): New function, split out from ... (rest_of_compilation): ... here. Use it. * semantics.c (expand_body): Use note_deferral_of_defined_inline_function. From-SVN: r31088
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 7165457..6fb9f70 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -127,6 +127,7 @@ extern void fnotice PROTO ((FILE *, const char *, ...))
extern int wrapup_global_declarations PROTO ((union tree_node **, int));
extern void check_global_declarations PROTO ((union tree_node **, int));
+extern void note_deferral_of_defined_inline_function PROTO ((union tree_node *));
extern int errorcount;
extern int warningcount;
extern int sorrycount;