mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Fix message of need-defined
This commit is contained in:
parent
5fb0a39783
commit
a5e38663e2
1 changed files with 2 additions and 2 deletions
|
@ -2435,8 +2435,8 @@ BLOCK-SIZE remaining-size !
|
|||
|
||||
: need-defined ( "name" -- )
|
||||
word throw dup find unless
|
||||
." Implementation of " type ." is missing." cr
|
||||
." Please implement it or use --gen <target> option." cr
|
||||
." Implementation of " type ." for " runtime type ." is missing." cr
|
||||
." Please implement it." cr
|
||||
UNDEFINED-WORD-ERROR throw
|
||||
then drop
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue