ifdef HAVE_STRDUP
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1229 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -13,7 +13,9 @@
|
|||||||
static Type *new_type (Typetype t);
|
static Type *new_type (Typetype t);
|
||||||
void yyerror (char *);
|
void yyerror (char *);
|
||||||
|
|
||||||
|
#ifdef HAVE_STRUP
|
||||||
char *strdup(char *);
|
char *strdup(char *);
|
||||||
|
#endif
|
||||||
|
|
||||||
static void append (Member *l, Member *r);
|
static void append (Member *l, Member *r);
|
||||||
|
|
||||||
@@ -30,7 +32,6 @@ static void append (Member *l, Member *r);
|
|||||||
%token BIT APPLICATION OPTIONAL EEQUAL TBEGIN END DEFINITIONS
|
%token BIT APPLICATION OPTIONAL EEQUAL TBEGIN END DEFINITIONS
|
||||||
%token <name> IDENTIFIER
|
%token <name> IDENTIFIER
|
||||||
%token <constant> CONSTANT
|
%token <constant> CONSTANT
|
||||||
%token IDENTIFIER CONSTANT
|
|
||||||
|
|
||||||
%type <constant> constant optional2
|
%type <constant> constant optional2
|
||||||
%type <type> type
|
%type <type> type
|
||||||
|
Reference in New Issue
Block a user