removing spaces
This commit is contained in:
parent
d4bca31359
commit
cb592460f0
|
@ -98,7 +98,7 @@
|
||||||
","))]
|
","))]
|
||||||
|
|
||||||
[(SetFrameCallee!? op)
|
[(SetFrameCallee!? op)
|
||||||
(format "M.control[M.control.length-1].proc = ~a;"
|
(format "M.control[M.control.length-1].proc=~a;"
|
||||||
(assemble-oparg (SetFrameCallee!-proc op)))]
|
(assemble-oparg (SetFrameCallee!-proc op)))]
|
||||||
|
|
||||||
[(SpliceListIntoStack!? op)
|
[(SpliceListIntoStack!? op)
|
||||||
|
|
|
@ -533,7 +533,7 @@ EOF
|
||||||
(format "M.e.length-=~a;"
|
(format "M.e.length-=~a;"
|
||||||
(assemble-oparg (PopEnvironment-n stmt)))]
|
(assemble-oparg (PopEnvironment-n stmt)))]
|
||||||
[else
|
[else
|
||||||
(format "M.e.splice(M.e.length-(~a +~a),~a);"
|
(format "M.e.splice(M.e.length-(~a+~a),~a);"
|
||||||
(assemble-oparg (PopEnvironment-skip stmt))
|
(assemble-oparg (PopEnvironment-skip stmt))
|
||||||
(assemble-oparg (PopEnvironment-n stmt))
|
(assemble-oparg (PopEnvironment-n stmt))
|
||||||
(assemble-oparg (PopEnvironment-n stmt)))]))]
|
(assemble-oparg (PopEnvironment-n stmt)))]))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user