aboutsummaryrefslogtreecommitdiffstats
path: root/dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dictionary.hpp')
-rw-r--r--dictionary.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dictionary.hpp b/dictionary.hpp
index e30858c..b7d318f 100644
--- a/dictionary.hpp
+++ b/dictionary.hpp
@@ -44,6 +44,7 @@ public:
virtual void writebyte(Addr, uint8_t) = 0;
Addr alignhere();
+ Addr aligned(Addr) const noexcept;
Addr allot(Cell);
void add(Cell);
void addDefinition(Word);