1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234934

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;