diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-24 14:17:37 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-24 14:17:37 -0800 |
commit | 6025604266d9544beaabc7f4d7cbdb1963d1238a (patch) | |
tree | 20fa547a7abfad63211e481d58e24a1a38b3996e | |
parent | 252e55d15a0fbc21f36f45361b61aade61ab3dbf (diff) | |
download | txrban-6025604266d9544beaabc7f4d7cbdb1963d1238a.tar.gz txrban-6025604266d9544beaabc7f4d7cbdb1963d1238a.tar.bz2 txrban-6025604266d9544beaabc7f4d7cbdb1963d1238a.zip |
Don't use @ on :string argument of @(next).
This is an obsolete feature that isn't working
in latest TXR.
-rw-r--r-- | utils.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ @(define n (a))@(local n)@{n /\d+/}@(bind a @(int-str n))@(end) @(define m (a))@(local m)@{m /\w+/}@(bind a @(month-num m))@(end) @# -@(next :string @(identity *self-path*)) +@(next :string (identity *self-path*)) @(some) @*nil/@self.@nil @(or) |