fix warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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_]* {
|
||||||
|
Reference in New Issue
Block a user