mirror of
https://gitlab.cs.washington.edu/fidelp/frustration.git
synced 2024-12-25 21:58:11 +01:00
Fixed an incorrect word name (thanks /u/lalalalalalala71)
This commit is contained in:
parent
81bc881705
commit
91a9a10e7a
1 changed files with 1 additions and 1 deletions
|
@ -2320,7 +2320,7 @@ fn build_dictionary(c: &mut Core) {
|
|||
//@ with the contents of the input buffer.
|
||||
|
||||
// dispatch ( xt -- )
|
||||
d.entry(); d.name(9, *b"int"); let dispatch = d.here;
|
||||
d.entry(); d.name(8, *b"dis"); let dispatch = d.here;
|
||||
forth!(
|
||||
/* If the word was found in the dictionary, treat it as a word. */
|
||||
DUP, Q, do_word,
|
||||
|
|
Loading…
Reference in a new issue