diff options
Diffstat (limited to 'genvim.txr')
-rw-r--r-- | genvim.txr | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,7 @@ static void dir_tables_init(void) @(end) @(next @(open-files '("eval.c" "rand.c" "signal.c" "stream.c" "gc.c" "glob.c" "syslog.c" "filter.c" "txr.c" "arith.c" "unwind.c" - "sysif.c"))) + "sysif.c" "place.tl"))) @(collect) @ (block) @ (cases) @@ -31,6 +31,8 @@ static void dir_tables_init(void) @ (bind txl-sym `*@{txl-sym-special}*`) @ (or) @/ */reg_var(@(skip)intern(lit("@{txl-sym}")@(skip) +@ (or) + (@/defun|defvar|defmacro/ @{txl-sym} @(skip) @ (end) @ (set txl-sym @(regsub #/_/ #\- txl-sym)) @ (end) |