This commit is contained in:
Kovid Goyal
2020-12-31 15:38:57 +05:30
parent f790e8bd47
commit 55e53db184

View File

@@ -6,7 +6,7 @@
*/
#define EXTRA_INIT if (PyModule_AddFunctions(module, module_methods) != 0) return false;
#define MAX_KEY_SIZE 256
#define MAX_KEY_SIZE 256u
#include "disk-cache.h"
#include "uthash.h"