Skip to content
Snippets Groups Projects
Commit 4b515989 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed warnigs in flex file.

parent 52347669
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
#include "dns.h"
#include "zparser.h"
#define YY_NO_INPUT
/* Utils */
extern void zc_error(const char *fmt, ...);
extern void zc_warning(const char *fmt, ...);
......@@ -132,6 +134,8 @@ pop_parser_state(void)
%}
%option nounput
SPACE [ \t]
LETTER [a-zA-Z]
NEWLINE [\n\r]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment