summaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-28 17:34:54 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-28 17:34:54 +0000
commit10582df7cd4a4433bdda159bb13fb6f88853b31c (patch)
tree1d15a674b953e1178e1bf28c0be1621b565e3f84 /gcc/gcc.h
parenteef7ea03c710bd1f665ea511a619074600da588c (diff)
downloadgcc-10582df7cd4a4433bdda159bb13fb6f88853b31c.tar.gz
Missed in last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47422 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 2338f8267ca..77033879631 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. */