diff options
author | Guillermo Ramos | 2011-09-18 16:13:06 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-18 16:13:06 +0200 |
commit | 78f0978a64f5621526284f236cc7c24e5bf9d13a (patch) | |
tree | ab37ff7f81a13b7564728dd4efd9ee2d1d8f0ce0 /evspy-core.h | |
parent | 74ed96bd35757bc4446c6f42ac48ae09638b5e72 (diff) | |
download | evspy-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.h | 1 |
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; \ }) |