diff --git a/bootstrap.fs b/bootstrap.fs index 41d044b..3532fd7 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -2400,7 +2400,7 @@ BLOCK-SIZE remaining-size ! ; \ Bootstrapping version of free do nothing. -: (free) ( addr -- ) ; +: (free) ( addr -- ) drop ; ( === File I/O === )