aboutsummaryrefslogtreecommitdiff
path: root/elymas/lib
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-16 17:30:01 +0200
committerDrahflow <drahflow@gmx.de>2015-06-16 17:30:01 +0200
commite7ca24617e1f3a38f5ae31a49e1f2fd67ddc9931 (patch)
treee0c67c835d01674184ad9a0807247bc0abfdf49c /elymas/lib
parent87b60ff694de44bbf7a91cd408d675cad681be76 (diff)
Make it a little faster
Diffstat (limited to 'elymas/lib')
-rw-r--r--elymas/lib/list.ey4
1 files changed, 2 insertions, 2 deletions
diff --git a/elymas/lib/list.ey b/elymas/lib/list.ey
index dceb575..20d569e 100644
--- a/elymas/lib/list.ey
+++ b/elymas/lib/list.ey
@@ -53,9 +53,9 @@
{ ==l [ -01 NONE ]
l .len {
_ 1 l .end =[]
- } {
+ }" {
_ l .setStart
- } ? *
+ }" ? *
l .setEnd
l .len 1 add l .setLen
} /append1 defmd