summaryrefslogtreecommitdiff
path: root/gcc/gengtype.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-26 20:45:01 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-26 20:45:01 +0000
commitf8be92ce6dc6fbd49c39502c27b6c4b26d005f98 (patch)
treea6bd00357528f3023a17376c2bd46aadaeba03a8 /gcc/gengtype.h
parent58e5b01491082f4d861d5106df82689fcd344163 (diff)
downloadgcc-f8be92ce6dc6fbd49c39502c27b6c4b26d005f98.tar.gz
* gengtype-lex.l: Remove all rules and states relating to yacc
input files. * gengtype-yacc.y: Similarly. * gengtype.c (note_yacc_type): Delete function. * gengtype.h: Update prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gengtype.h')
-rw-r--r--gcc/gengtype.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gengtype.h b/gcc/gengtype.h
index cb44b97fcc8..7be47b804c4 100644
--- a/gcc/gengtype.h
+++ b/gcc/gengtype.h
@@ -144,8 +144,6 @@ extern options_p create_option (options_p, const char *name, const void *info);
extern type_p adjust_field_type (type_p, options_p);
extern void note_variable (const char *s, type_p t, options_p o,
struct fileloc *pos);
-extern void note_yacc_type (options_p o, pair_p fields,
- pair_p typeinfo, struct fileloc *pos);
/* Lexer and parser routines, most automatically generated. */
extern int yylex (void);