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
313 B
Text
12 lines
313 B
Text
$NetBSD: patch-policy_policy.l,v 1.1 2012/07/03 17:36:10 joerg Exp $
|
|
|
|
--- policy/policy.l.orig 2008-08-06 08:25:49.000000000 +0000
|
|
+++ policy/policy.l
|
|
@@ -35,6 +35,7 @@ namespace {
|
|
%option outfile="lex.yy_policy_parser.cc"
|
|
%option noyywrap
|
|
%option nounput
|
|
+%option noinput
|
|
%option never-interactive
|
|
%x STR
|
|
|