summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-11-19 20:57:15 -0500
committerTim King <taking@cs.nyu.edu>2013-11-20 15:37:18 -0500
commitbd8e9319aab69db90692f72bc52288329879eefc (patch)
tree7bfee530c06836827378fd5b9bd1f47bb4f1eea1 /src/expr/expr_template.h
parentf806a8eedf01753116c225b4c1a5e29543fda370 (diff)
Changing the number of bits allocated per field in node values.
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index e262fada8..ace14a10b 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -275,7 +275,7 @@ public:
* @return an identifier uniquely identifying the value this
* expression holds.
*/
- unsigned getId() const;
+ unsigned long getId() const;
/**
* Returns the kind of the expression (AND, PLUS ...).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback