about summary refs log tree commit diff stats
path: root/src/LYKeymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r--src/LYKeymap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/LYKeymap.h b/src/LYKeymap.h
index a6549615..aa49c17b 100644
--- a/src/LYKeymap.h
+++ b/src/LYKeymap.h
@@ -264,6 +264,12 @@ extern "C" {
 #define LYK_NESTED_TABLES  LYK_UNKNOWN
 #endif
 
+#ifdef USE_CACHEJAR
+	,LYK_CACHE_JAR
+#else
+#define LYK_CACHE_JAR LYK_UNKNOWN
+#endif
+
     } LYKeymapCode;
 
 /*