diff options
author | Nathan Sidwell <nathan@acm.org> | 2018-09-09 07:42:17 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2018-09-09 07:42:17 +0000 |
commit | 04dad37c39e77274ff30873e2c8a205c764df5ce (patch) | |
tree | 5f50634a55f350380f24c7af9d73843ca710dd41 /gcc/gcc.h | |
parent | 6d3c2b0a04de394f8432b7dbb77b4603e649c3c8 (diff) | |
download | gcc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |