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