summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eval.c1
-rw-r--r--genvim.txr1
2 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 12f8c305..f2386bfd 100644
--- a/eval.c
+++ b/eval.c
@@ -4056,6 +4056,7 @@ void eval_init(void)
reg_op(macrolet_s, op_error);
reg_op(symacrolet_s, op_error);
+ reg_op(macro_time_s, op_error);
reg_op(var_s, op_meta_error);
reg_op(expr_s, op_meta_error);
reg_op(quote_s, op_quote);
diff --git a/genvim.txr b/genvim.txr
index 0bf7a34a..114766f2 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -18,7 +18,6 @@ static void dir_tables_init(void)
(append-each ((sym (package-symbols pkg)))
(when (or (boundp sym) (fboundp sym) (constantp sym))
(list sym)))))
-@(do (set [txl-orig-sym 0..0] '(macro-time)))
@(bind txl-sym
@(append-each ((sym txl-orig-sym))
(let* ((pkg (symbol-package sym))