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:
parent
0c50c8eea5
commit
ff129df002
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234934
@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "jailp.h"
|
||||
#include "y.tab.h"
|
||||
|
||||
#define YY_NO_INPUT
|
||||
#define YY_NO_UNPUT
|
||||
|
||||
extern int yynerrs;
|
||||
|
Loading…
Reference in New Issue
Block a user