diff options
Diffstat (limited to 'stdlib/pmac.tl')
-rw-r--r-- | stdlib/pmac.tl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/pmac.tl b/stdlib/pmac.tl index db684bd4..caa4f4e2 100644 --- a/stdlib/pmac.tl +++ b/stdlib/pmac.tl @@ -38,5 +38,4 @@ (tree-case prototype-form ((name params . body) (cons name (sys:expand-param-macro params body env prototype-form))) - (else (error "~s: invalid prototype-form argument ~s" - %fun% prototype-form)))) + (else (error "~s: invalid prototype-form argument ~s" %fun% else)))) |