oops—fix STRUCT: functor

db4
Joe Groff 2009-08-30 22:40:18 -05:00
parent ccb27f81ea
commit 472189452d
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ SYNTAX: S@
: parse-struct-slot` ( accum -- accum )
scan-string-param scan-c-type` \ } parse-until
[ <struct-slot-spec> ] 3curry over push-all ;
[ <struct-slot-spec> over push ] 3curry over push-all ;
: parse-struct-slots` ( accum -- accum more? )
scan {