Ugh
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@864 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
static Type *new_type (Typetype t);
|
||||
void yyerror (char *);
|
||||
|
||||
char *strdup(char *);
|
||||
%}
|
||||
|
||||
%union {
|
||||
@@ -167,6 +169,7 @@ new_type (Typetype tt)
|
||||
t->members = NULL;
|
||||
t->subtype = NULL;
|
||||
t->symbol = NULL;
|
||||
return t;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user