Fix warnings in lexer/parser

This commit is contained in:
Michael Stapelberg
2009-09-29 22:47:37 +02:00
parent c4df9f1d95
commit 6aa0f965d2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
%option nounput
%option noinput
%{
/*
* vim:ts=8:expandtab