ifdef HAVE_STRDUP

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1229 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-02-11 02:55:37 +00:00
parent 9ca662e7b7
commit d8baa6f1fb

View File

@@ -13,7 +13,9 @@
static Type *new_type (Typetype t);
void yyerror (char *);
#ifdef HAVE_STRUP
char *strdup(char *);
#endif
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 <name> IDENTIFIER
%token <constant> CONSTANT
%token IDENTIFIER CONSTANT
%type <constant> constant optional2
%type <type> type