Add YY_NO_INPUT so clang doesn't complain about "input" not being used.

This commit is contained in:
Jamie Gritton 2012-05-02 21:24:08 +00:00
parent 0c50c8eea5
commit ff129df002

View File

@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include "jailp.h"
#include "y.tab.h"
#define YY_NO_INPUT
#define YY_NO_UNPUT
extern int yynerrs;