summaryrefslogtreecommitdiff
path: root/src/expr/metakind_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-09-09 15:27:22 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-09-09 17:21:42 -0400
commit9d0734cf73454ecfd51556ca84daaba9025b28f8 (patch)
treecb8def5eedd58a3d8582e0b8fa6963d2d20717a2 /src/expr/metakind_template.h
parent2ed0b432fd9018f55755a1e6293e66540d58e2db (diff)
Fix some line-numbering in auto-generated metakind.h. Thanks to Martin Brain for reporting this.
Diffstat (limited to 'src/expr/metakind_template.h')
-rw-r--r--src/expr/metakind_template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/metakind_template.h b/src/expr/metakind_template.h
index 41813abde..e3f1b5c45 100644
--- a/src/expr/metakind_template.h
+++ b/src/expr/metakind_template.h
@@ -337,6 +337,7 @@ static inline Kind operatorToKind(::CVC4::expr::NodeValue* nv) {
switch(Kind k CVC4_UNUSED = nv->getKind()) {
${metakind_operatorKinds}
+
default:
return kind::UNDEFINED_KIND; /* LAST_KIND */
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback