kinit now builds and works on some machines
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@302 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -19,6 +19,9 @@ static krb5_config_relation **crel;
|
||||
static krb5_config_relation **rels[16];
|
||||
static int relp;
|
||||
|
||||
static void yyerror (char *);
|
||||
static int yylex (void);
|
||||
|
||||
%}
|
||||
|
||||
%union {
|
||||
@@ -143,7 +146,7 @@ static int yylex(void)
|
||||
return type;
|
||||
}
|
||||
|
||||
static void yyerror(char *s)
|
||||
void yyerror(char *s)
|
||||
{
|
||||
printf("yyerror: %s\n", s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user