ref: b6afe89b0d5928f317e8d554cec49d6e8f40a3d8
parent: e101ebf1f80607cca8ee31fee308b50025c96dab
author: Ori Bernstein <[email protected]>
date: Thu Jan 9 14:43:16 EST 2014
Remove references to slappend
--- a/libstd/optparse.myr
+++ b/libstd/optparse.myr
@@ -2,7 +2,7 @@
use "die.use"
use "extremum.use"
use "fmt.use"
-use "slappend.use"
+use "slpush.use"
use "sys.use"
use "types.use"
use "utf.use"
@@ -124,7 +124,7 @@
if !ctx.optdone && decode(ctx.optargs[i]) == '-'
goto foundopt
else
- ctx.args = slappend(ctx.args, ctx.optargs[i])
+ ctx.args = slpush(ctx.args, ctx.optargs[i])
;;
;;
ctx.finished = true