0426d1b980
- missing this references to ensure template functions are found - using == as assignment - unused functions in lex sources - adding integers to strings instead of formatting them - class vs struct mismatches
12 lines
390 B
Text
12 lines
390 B
Text
$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
|