summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2016-04-19 09:01:14 -0700
committerClark Barrett <barrett@cs.nyu.edu>2016-04-19 09:01:14 -0700
commitfe5693cac331c5eebe3da42406aa9217fb4787ff (patch)
tree562b0d85b2f998f03d12896523dfaaa79cd18dc9 /src
parentd60204229552bc9009f86c6fbc809dbd42dd6ef4 (diff)
Fixed typo
Diffstat (limited to 'src')
-rw-r--r--src/expr/expr.i1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr/expr.i b/src/expr/expr.i
index ae8b85560..354cacdc0 100644
--- a/src/expr/expr.i
+++ b/src/expr/expr.i
@@ -133,7 +133,6 @@ namespace CVC4 {
#ifdef SWIGPYTHON
/* The python bindings on Mac OS X have trouble with this one - leave it
* out for now. */
-*/
//%template(getConstTypeConstant) CVC4::Expr::getConst<CVC4::TypeConstant>;
#else
%template(getConstTypeConstant) CVC4::Expr::getConst<CVC4::TypeConstant>;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback