From 969ff1a01916ab79390cf9302bb8db63483bf0e7 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 28 Nov 2001 17:34:54 +0000 Subject: Missed in last commit. From-SVN: r47422 --- gcc/gcc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/gcc.h') diff --git a/gcc/gcc.h b/gcc/gcc.h index 2338f82..7703387 100644 --- a/gcc/gcc.h +++ b/gcc/gcc.h @@ -1,5 +1,5 @@ /* Header file for modules that link with gcc.c - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GCC. @@ -33,6 +33,7 @@ extern void fatal PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; extern void error PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1; extern void pfatal_with_name PARAMS ((const char *)) ATTRIBUTE_NORETURN; +extern void set_input PARAMS ((const char *)); /* Spec files linked with gcc.c must provide definitions for these. */ -- cgit v1.1