projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d602042
)
Fixed typo
author
Clark Barrett
<barrett@cs.nyu.edu>
Tue, 19 Apr 2016 16:01:14 +0000
(09:01 -0700)
committer
Clark Barrett
<barrett@cs.nyu.edu>
Tue, 19 Apr 2016 16:01:14 +0000
(09:01 -0700)
src/expr/expr.i
patch
|
blob
|
history
diff --git
a/src/expr/expr.i
b/src/expr/expr.i
index ae8b85560f8765a1de8eefc23265821303614580..354cacdc0a3baeb439dc8d58d5e8e4f694673392 100644
(file)
--- 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>;