pkgsrc/net/xorp/patches/patch-policy_policy.l
joerg 0426d1b980 Fix a number of issues found by clang:
- 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
2012-07-03 17:36:10 +00:00

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