Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* A bit more bracketification for (prog []) on rxwork.pl and setting.
  • Loading branch information
Audrey Tang committed Jul 20, 2010
1 parent 6fd3e0b commit 29b9da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rxwork.pl
Expand Up @@ -19,9 +19,9 @@ ($cs, $sub)
# XXX horrible. we're making the value act @-ish, maybe
Q:CgOp {
(prog
(setindex value (getfield slots (cast DynObject (@ (l self))))
(subcall (@ (l $f)) (l $bv)))
(null Variable))
[setindex value (getfield slots (cast DynObject (@ (l self))))
(subcall (@ (l $f)) (l $bv))]
[null Variable])
};
$!next = LazyIterator.RAWCREATE("valid", 0, "next", Any,
"value", Any, "back", $nb, "fun", $!fun);
Expand Down
6 changes: 3 additions & 3 deletions setting
Expand Up @@ -483,10 +483,10 @@ my class List is Cool {
if $l.fill($i+1) {
Q:CgOp {
(prog
(setindex value (getfield slots
[setindex value (getfield slots
(cast DynObject (@ (l self))))
(methodcall (l $l) at-pos (l $i)))
(null Variable))
(methodcall (l $l) at-pos (l $i))]
[null Variable])
};
} else {
$!value = EMPTY;
Expand Down

0 comments on commit 29b9da5

Please sign in to comment.