mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
$NetBSD: patch-policy_test_compilepolicy.l,v 1.1 2012/07/03 17:36:10 joerg Exp $
|
|
|
|
--- policy/test/compilepolicy.l.orig 2012-07-03 16:32:36.000000000 +0000
|
|
+++ policy/test/compilepolicy.l
|
|
@@ -26,6 +26,7 @@ namespace {
|
|
%option prefix="yy_compile_policy"
|
|
%option outfile="lex.yy_compile_policy.cc"
|
|
%option noyywrap
|
|
+%option noinput
|
|
%option nounput
|
|
%option never-interactive
|
|
%x STR BLOCK
|