aboutsummaryrefslogtreecommitdiff
path: root/evspy-core.h
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-18 16:13:06 +0200
committerGuillermo Ramos2011-09-18 16:13:06 +0200
commit78f0978a64f5621526284f236cc7c24e5bf9d13a (patch)
treeab37ff7f81a13b7564728dd4efd9ee2d1d8f0ce0 /evspy-core.h
parent74ed96bd35757bc4446c6f42ac48ae09638b5e72 (diff)
downloadevspy-78f0978a64f5621526284f236cc7c24e5bf9d13a.tar.gz
Shift parsing implemented (with some 'features' to be fixed someday). Meta key added.
Diffstat (limited to 'evspy-core.h')
-rw-r--r--evspy-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evspy-core.h b/evspy-core.h
index 6b60e45..0613b9f 100644
--- a/evspy-core.h
+++ b/evspy-core.h
@@ -87,6 +87,7 @@
} else { \
__vp = khm_get(shm, (c)); \
if (__vp) __c = *(char *)__vp; \
+ else __c = map[c]; \
} \
__c; \
})