diff options
Diffstat (limited to 'gcc/gensupport.h')
-rw-r--r-- | gcc/gensupport.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/gensupport.h b/gcc/gensupport.h index 3dbec6b7420..6202f524a24 100644 --- a/gcc/gensupport.h +++ b/gcc/gensupport.h @@ -18,7 +18,11 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +struct obstack; +extern struct obstack *rtl_obstack; + extern int init_md_reader PARAMS ((const char *)); extern rtx read_md_rtx PARAMS ((int *, int *)); - +extern void message_with_line PARAMS ((int, const char *, ...)) + ATTRIBUTE_PRINTF_2; |