lib/calib_lex.l: Add #define YY_NO_INPUT to C pre-amble

This suppresses a compiler warning about 'input' defined but not used.
This commit is contained in:
Ian Abbott 2013-03-21 15:49:18 +00:00
parent cc0c9e7405
commit f4e228e231

View file

@ -31,6 +31,8 @@
#include "libinternal.h"
#include "calib_yacc.h"
#define YY_NO_INPUT
%}
%x COMMENT