Get rid of garbage left on the stack.

This commit is contained in:
Daniel C. Sobral 2000-09-25 11:36:55 +00:00
parent 4f1249a812
commit 530df9baad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66349

View File

@ -1480,8 +1480,7 @@ also builtins
2local path 2local path
end-locals end-locals
path dup -1 = if ( there isn't a "kernel" environment variable ) path nip -1 = if ( there isn't a "kernel" environment variable )
2drop
flags args load_a_kernel flags args load_a_kernel
else else
flags path args 1+ clip_args load_directory_or_file flags path args 1+ clip_args load_directory_or_file