fix includes, and lex stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8446 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-21 22:41:45 +00:00
parent 4a8319d2a0
commit 46828984cc

View File

@@ -44,19 +44,18 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <roken.h>
#include "symbol.h"
#include "parse.h"
#include "lex.h"
#include "gen_locl.h"
void error_message(const char *, ...)
#ifdef HAVE___ATTRIBUTE__
__attribute__ ((format (printf, 1, 2)))
#endif
;
static unsigned lineno = 1;
/* ","|"{"|"}"|"("|")"|"["|"]"|"|" { return *yytext; } */
#define YY_NO_UNPUT
#undef ECHO
%}