fix stack effect in contrib/random-tester

erg 2006-11-12 19:36:43 +00:00
parent 6571d6fc51
commit e511f91c34
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ SYMBOL: special-complexes
[ random-float ]
} do-one ;
: random-complex ( -- C{ } )
: random-complex ( -- C )
random-number random-number rect> ;