Skip to content

Commit

Permalink
name>comp not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
forthy42 committed Dec 28, 2017
1 parent b83f394 commit 61c2b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/recognizer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ AConstant rectype-null

: do-lit, ( .. xt -- .. ) rectype>post execute ;
: >postpone ( token table -- )
dup >r name>comp drop do-lit, r> post, ;
dup >r do-lit, r> post, ;

: rec-word ( addr u -- xt | rectype-null )
\G Searches a word in the wordlist stack
Expand Down

0 comments on commit 61c2b58

Please sign in to comment.