summaryrefslogtreecommitdiff
path: root/src/options/base_options_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-24 18:37:22 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-24 18:37:22 +0000
commit1f48835b7252757bb778a93bdac2d62e1dea59bc (patch)
tree1b2f2cda4091a146a2ddfbfcf137459e712fcc17 /src/options/base_options_template.h
parente2611a54c5479086df0c4a80f56597aae80b5c4e (diff)
Fix the memout issue seen in recent nightly regressions (was due to a
Statistics-printing problem, limited to certain benchmarks). Mark some unlabeled header files "cvc4_private.h". Other minor cleanup. (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/options/base_options_template.h')
-rw-r--r--src/options/base_options_template.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/options/base_options_template.h b/src/options/base_options_template.h
index 97c19930e..c613ff8fd 100644
--- a/src/options/base_options_template.h
+++ b/src/options/base_options_template.h
@@ -16,17 +16,19 @@
** Contains code for handling command-line options
**/
+#include "cvc4_public.h"
+
#ifndef __CVC4__OPTIONS__${module_id}_H
#define __CVC4__OPTIONS__${module_id}_H
#include "options/options.h"
${module_includes}
-#line 26 "${template}"
+#line 28 "${template}"
${module_optionholder_spec}
-#line 30 "${template}"
+#line 32 "${template}"
namespace CVC4 {
@@ -34,19 +36,19 @@ namespace options {
${module_decls}
-#line 38 "${template}"
+#line 40 "${template}"
}/* CVC4::options namespace */
${module_specializations}
-#line 44 "${template}"
+#line 46 "${template}"
namespace options {
${module_inlines}
-#line 50 "${template}"
+#line 52 "${template}"
}/* CVC4::options namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback