From 0810456e9c5c19a47511a682eeabc71008632a2c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 9 Nov 2023 06:39:02 -0500 Subject: MaxDistance constant; some .cpp comments --- libalee/types.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libalee/types.cpp') diff --git a/libalee/types.cpp b/libalee/types.cpp index 83cf1f7..bfff2ae 100644 --- a/libalee/types.cpp +++ b/libalee/types.cpp @@ -56,3 +56,4 @@ bool Word::iterator::operator!=(const iterator& other) { return dict != other.dict || addr != other.addr; } + -- cgit v1.2.3