From 60cb2bb1a12a1393abdc0d82b40ea0feabe3a74d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Oct 2012 20:08:52 +0000 Subject: Update for LLVM 3.1 git-svn-id: http://svn.drobilla.net/resp/trunk@433 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/repl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repl.cpp') diff --git a/src/repl.cpp b/src/repl.cpp index b457e06..4e9c44c 100644 --- a/src/repl.cpp +++ b/src/repl.cpp @@ -166,7 +166,7 @@ eval(CEnv& cenv, Cursor& cursor, istream& is, bool execute) } Code defs; - bool hasMain; + bool hasMain = false; const AST* retT = compile(cenv, parsed, defs, hasMain, "main"); if (cenv.args.find("-F") != cenv.args.end()) { dump(cenv, defs); -- cgit v1.2.1