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
330 B
LLVM
12 lines
330 B
LLVM
$NetBSD: patch-rtrmgr_op__commands.ll,v 1.1 2012/07/03 17:36:10 joerg Exp $
|
|
|
|
--- rtrmgr/op_commands.ll.orig 2012-07-03 16:30:22.000000000 +0000
|
|
+++ rtrmgr/op_commands.ll
|
|
@@ -22,6 +22,7 @@
|
|
extern char* opcmdlval;
|
|
string opcmd_parsebuf;
|
|
%option noyywrap
|
|
+%option noinput
|
|
%option nounput
|
|
%option never-interactive
|
|
%x comment
|