From 472189452d88896531138edf00182a9ad8afacda Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 30 Aug 2009 22:40:18 -0500 Subject: [PATCH] =?UTF-8?q?oops=E2=80=94fix=20STRUCT:=20functor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basis/classes/struct/struct.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/classes/struct/struct.factor b/basis/classes/struct/struct.factor index 4b829c8935..45dd8405dc 100644 --- a/basis/classes/struct/struct.factor +++ b/basis/classes/struct/struct.factor @@ -301,7 +301,7 @@ SYNTAX: S@ : parse-struct-slot` ( accum -- accum ) scan-string-param scan-c-type` \ } parse-until - [ ] 3curry over push-all ; + [ over push ] 3curry over push-all ; : parse-struct-slots` ( accum -- accum more? ) scan {