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
318 B
LLVM
12 lines
318 B
LLVM
$NetBSD: patch-rtrmgr_template.ll,v 1.1 2012/07/03 17:36:10 joerg Exp $
|
|
|
|
--- rtrmgr/template.ll.orig 2012-07-03 16:28:04.000000000 +0000
|
|
+++ rtrmgr/template.ll
|
|
@@ -21,6 +21,7 @@
|
|
extern char* tpltlval;
|
|
string tplt_parsebuf;
|
|
%option noyywrap
|
|
+%option noinput
|
|
%option nounput
|
|
%option never-interactive
|
|
%x comment
|