projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f9630
)
NodeValue: Use fixed width return type for getRefCount(). (#3374)
author
Aina Niemetz
<aina.niemetz@gmail.com>
Wed, 9 Oct 2019 01:33:08 +0000
(18:33 -0700)
committer
Aina Niemetz
<aina.niemetz@gmail.com>
Wed, 9 Oct 2019 19:19:07 +0000
(12:19 -0700)
src/expr/node_value.h
patch
|
blob
|
history
diff --git
a/src/expr/node_value.h
b/src/expr/node_value.h
index bd26d22fcb06b9fd2596bfea4d836032afb97c3c..9e7ccb70764318487126034043c497f94fe45129 100644
(file)
--- a/
src/expr/node_value.h
+++ b/
src/expr/node_value.h
@@
-171,7
+171,7
@@
class NodeValue
: d_nchildren;
}
- u
nsigned
getRefCount() const { return d_rc; }
+ u
int32_t
getRefCount() const { return d_rc; }
NodeValue* getOperator() const;
NodeValue* getChild(int i) const;