From a631063f3fa2eaed473369b376a5499df92209bd Mon Sep 17 00:00:00 2001 From: Chouser Date: Sun, 22 Feb 2015 13:20:31 -0500 Subject: forth: Add map-hint to symbols for better perf --- forth/step2_eval.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forth/step2_eval.fs') diff --git a/forth/step2_eval.fs b/forth/step2_eval.fs index 10e1e77..724de44 100644 --- a/forth/step2_eval.fs +++ b/forth/step2_eval.fs @@ -61,7 +61,7 @@ MalSymbol dup 0= if drop ." Symbol '" - sym as-native safe-type + sym pr-str safe-type ." ' not found." cr 1 throw endif ;; -- cgit v1.2.3