words: Remove dummy ``word`` word and comment. Totally bogus.

char-rename
Doug Coleman 2017-06-02 16:58:14 -05:00
parent 195630f637
commit 1dc65c13e7
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ PRIMITIVE: word-optimized? ( word -- ? )
PRIMITIVE: (word) ( name vocab hashcode -- word )
PRIVATE>
! Need a dummy word here because BUILTIN: word is not a real word
! and parse-datum looks for things that are actually words instead of
! also looking for classes
: word ( -- * ) "dummy word" throw ;
: last-word ( -- word ) \ last-word get-global ;
: set-last-word ( word -- ) \ last-word set-global ;