aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2018-09-09 07:42:17 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2018-09-09 07:42:17 +0000
commit04dad37c39e77274ff30873e2c8a205c764df5ce (patch)
tree5f50634a55f350380f24c7af9d73843ca710dd41 /gcc/gcc.h
parent6d3c2b0a04de394f8432b7dbb77b4603e649c3c8 (diff)
downloadgcc-04dad37c39e77274ff30873e2c8a205c764df5ce.zip
gcc-04dad37c39e77274ff30873e2c8a205c764df5ce.tar.gz
gcc-04dad37c39e77274ff30873e2c8a205c764df5ce.tar.bz2
[PATCH] internalize a driver fn
https://gcc.gnu.org/ml/gcc-patches/2018-09/msg00462.html * gcc.h (pfatal_with_name): Don't declare here. * gcc.c (pfatal_with_name): Make static. From-SVN: r264178
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index a760618..7bfa387 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -71,7 +71,6 @@ struct spec_function
/* These are exported by gcc.c. */
extern int do_spec (const char *);
extern void record_temp_file (const char *, int, int);
-extern void pfatal_with_name (const char *) ATTRIBUTE_NORETURN;
extern void set_input (const char *);
/* Spec files linked with gcc.c must provide definitions for these. */