summaryrefslogtreecommitdiff
path: root/gcc/basilys.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/basilys.h')
-rw-r--r--gcc/basilys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/basilys.h b/gcc/basilys.h
index 1119d435a63..74c76e7704f 100644
--- a/gcc/basilys.h
+++ b/gcc/basilys.h
@@ -45,6 +45,10 @@ along with GCC; see the file COPYING3. If not see
*****/
+/* declared in toplev.h which we want to avoid #include-ing */
+extern void fatal_error (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2)
+ ATTRIBUTE_NORETURN;
+
/* use -fdump-ipa-basilys */
#define dbgprintf_raw(Fmt,...) do{if (dump_file) \