|
@@ -1272,7 +1272,7 @@ and gen_expr ctx e =
|
|
| TContinue ->
|
|
| TContinue ->
|
|
if ctx.in_loop then spr ctx "continue" else print ctx "continue %d" ctx.nested_loops
|
|
if ctx.in_loop then spr ctx "continue" else print ctx "continue %d" ctx.nested_loops
|
|
| TBlock [] ->
|
|
| TBlock [] ->
|
|
- spr ctx ""
|
|
|
|
|
|
+ spr ctx "{}"
|
|
| TBlock el ->
|
|
| TBlock el ->
|
|
let old_l = ctx.inv_locals in
|
|
let old_l = ctx.inv_locals in
|
|
let b = save_locals ctx in
|
|
let b = save_locals ctx in
|