Fix build on current

This commit is contained in:
Baptiste Daroussin 2013-05-24 14:52:07 +00:00
parent 52659bd2f5
commit 47b33bd786
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318979

View file

@ -0,0 +1,10 @@
--- ./lexer.l.orig 2013-05-24 16:51:05.980063986 +0200
+++ ./lexer.l 2013-05-24 16:50:37.162061270 +0200
@@ -9,6 +9,7 @@
*
*/
+%option noinput
%{
#include "stdio.h"
#include "string.h"