mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 23:54:20 +02:00
...
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user