aboutsummaryrefslogtreecommitdiff
path: root/src/utils/sexpr.cc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-03-16 16:46:10 +0000
committerdos-reis <gdr@axiomatics.org>2011-03-16 16:46:10 +0000
commita03bd87ff6b1273cf95f3ae5158d274672b89e21 (patch)
tree02c18c1a07dba6f132b9c42c0b33c895b5f07654 /src/utils/sexpr.cc
parent3156d86ff1d99c2d5291f057bd3a4cb710756472 (diff)
downloadopen-axiom-a03bd87ff6b1273cf95f3ae5158d274672b89e21.tar.gz
fix thinko
Diffstat (limited to 'src/utils/sexpr.cc')
-rw-r--r--src/utils/sexpr.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/sexpr.cc b/src/utils/sexpr.cc
index db822410..6ed2a964 100644
--- a/src/utils/sexpr.cc
+++ b/src/utils/sexpr.cc
@@ -424,6 +424,11 @@ namespace OpenAxiom {
// used templates floating around.
Allocator::~Allocator() { }
+ const Character*
+ Allocator::make_character(const Token& t) {
+ return chars.allocate(t);
+ }
+
const Integer*
Allocator::make_integer(const Token& t) {
return ints.allocate(t);