diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-09 06:39:02 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-09 06:39:02 -0500 |
commit | 0810456e9c5c19a47511a682eeabc71008632a2c (patch) | |
tree | 9153fe7d3f42fde88491090b59aeb77519d270dc /libalee/types.cpp | |
parent | 513136558e55f8a843f8f326ccafe1503acf67e4 (diff) |
MaxDistance constant; some .cpp comments
Diffstat (limited to 'libalee/types.cpp')
-rw-r--r-- | libalee/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } + |