From 2ece0e4993c838f620e5c19dfa04a86d9d35df49 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 2 Mar 2023 18:01:34 -0500 Subject: major compliance refactor; undo packed literals for now --- memdict.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memdict.hpp') diff --git a/memdict.hpp b/memdict.hpp index 65063e0..c8ccce0 100644 --- a/memdict.hpp +++ b/memdict.hpp @@ -22,7 +22,7 @@ #include "dictionary.hpp" #ifndef MEMDICTSIZE -#define MEMDICTSIZE (4096) +#define MEMDICTSIZE (65536) #endif constexpr unsigned long int MemDictSize = MEMDICTSIZE; -- cgit v1.2.3