Fix with-fork stack effect

release
Slava Pestov 2007-11-09 03:18:37 -05:00
parent 1fd6e4ca34
commit 1a53979740
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ USE: unix
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: with-fork ( quot -- pid )
: with-fork ( child parent -- pid )
fork [ zero? -rot if ] keep ; inline
: prepare-execvp ( args -- cmd args )