From 40c1529ce8a5908bec5dc84f359d9e104f4dc8f7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 12 Oct 2008 18:40:57 -0500 Subject: [PATCH] Add stack effect --- basis/compiler/tests/alien.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/tests/alien.factor b/basis/compiler/tests/alien.factor index 635dd42532..d7e82402d5 100644 --- a/basis/compiler/tests/alien.factor +++ b/basis/compiler/tests/alien.factor @@ -173,7 +173,7 @@ C-STRUCT: rect { "float" "h" } ; -: +: ( x y w h -- rect ) "rect" [ set-rect-h ] keep [ set-rect-w ] keep