fix warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-21 18:58:14 +00:00
parent 2afd98c6d6
commit 8df03ee61e

View File

@@ -34,6 +34,8 @@
/* $Id$ */ /* $Id$ */
#undef ECHO
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
@@ -43,6 +45,11 @@ unsigned lineno = 1;
static void handle_comment(void); static void handle_comment(void);
static char * handle_string(void); static char * handle_string(void);
#define YY_NO_UNPUT
#undef ECHO
%} %}
%% %%
[A-Za-z][-A-Za-z0-9_]* { [A-Za-z][-A-Za-z0-9_]* {