From 548484bc5c6f5558cb497028951226643b455a05 Mon Sep 17 00:00:00 2001 From: Ulrich Hoffmann Date: Thu, 2 Jan 2020 13:07:42 +0100 Subject: [PATCH] Remove uneccesary definitions --- preForth/hi.forth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preForth/hi.forth b/preForth/hi.forth index 4095117..0f4e087 100644 --- a/preForth/hi.forth +++ b/preForth/hi.forth @@ -857,7 +857,7 @@ cr .( How would conditional compilation work in tokenized form? ) postpone s" postpone (abort") ; immediate -: abort"test ( -- ) dup abort" abort" ; +\ : abort"test ( -- ) dup abort" abort" ; : chars ; immediate -- 2.34.1