summaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2004-09-14 03:45:46 +0000
committerJim Wilson <wilson@gcc.gnu.org>2004-09-13 20:45:46 -0700
commita140c081d1130e37116f5465d8db6eb58d7b0a60 (patch)
tree9bf83451404763b7d3bfafc37ce10b5e970bd7e1 /gcc/gen-protos.c
parentc630383379446d33b1c84bff65f0387e0a8b9372 (diff)
downloadgcc-a140c081d1130e37116f5465d8db6eb58d7b0a60.tar.gz
Fix gen-proto (fixproto) build failure.
* Makefile.in (GEN_PROTOS_OBJS): Add $(BUILD_ERRORS). * gen-protos.c: Include errors.h. (progname): Delete. From-SVN: r87480
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r--gcc/gen-protos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index 453b7298046..17e435fde77 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -21,9 +21,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "coretypes.h"
#include "tm.h"
#include "scan.h"
+#include "errors.h"
int verbose = 0;
-const char *progname;
static void add_hash (const char *);
static int parse_fn_proto (char *, char *, struct fn_decl *);