diff options
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r-- | src/LYKeymap.h | 6 |
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; /* |