summaryrefslogtreecommitdiff
path: root/src/theory/mktheorytraits
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/mktheorytraits')
-rwxr-xr-xsrc/theory/mktheorytraits4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/mktheorytraits b/src/theory/mktheorytraits
index d6725997d..b6162ec38 100755
--- a/src/theory/mktheorytraits
+++ b/src/theory/mktheorytraits
@@ -234,14 +234,14 @@ function enumerator {
#line $lineno \"$kf\"
case $1:
#line $lineno \"$kf\"
- return new $2(type);
+ return new $2(type, tep);
"
elif expr "$type_kinds" : '.* '"$1"' ' &>/dev/null; then
mk_type_enumerator_cases="${mk_type_enumerator_cases}
#line $lineno \"$kf\"
case kind::$1:
#line $lineno \"$kf\"
- return new $2(type);
+ return new $2(type, tep);
"
else
echo "$kf:$lineno: error: don't know anything about $1; enumerator must appear after definition" >&2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback