From 5b8b6acd9091e2afec654ebed1332d6755bbb7d9 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sun, 14 Oct 2012 00:08:52 +0000 Subject: fix #line number warnings (sorry!) --- src/expr/expr_template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/expr/expr_template.h') diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h index 9b62cecd2..6cbaae4cb 100644 --- a/src/expr/expr_template.h +++ b/src/expr/expr_template.h @@ -40,7 +40,7 @@ ${includes} // compiler directs the user to the template file instead of the // generated one. We don't want the user to modify the generated one, // since it'll get overwritten on a later build. -#line 46 "${template}" +#line 44 "${template}" namespace CVC4 { @@ -924,7 +924,7 @@ public: ${getConst_instantiations} -#line 930 "${template}" +#line 928 "${template}" namespace expr { -- cgit v1.2.3