Keith Seitz 2013-10-02 00:46:07 +00:00
parent 62574b938f
commit d7561cbbf2
26 changed files with 289 additions and 132 deletions

View file

@ -61,7 +61,7 @@ extern int c_parse (void);
extern void c_error (char *);
extern int c_parse_escape (char **, struct obstack *);
extern int c_parse_escape (const char **, struct obstack *);
/* Defined in c-typeprint.c */
extern void c_print_type (struct type *, const char *,