shithub: mc

Download patch

ref: 3ec885ae37703028d40d8308bfe1a017307a5e4e
parent: 75dbdd0239e5bbe8d27407e3a4a32922ae37ca72
author: Ori Bernstein <[email protected]>
date: Sat Jan 25 09:41:11 EST 2014

Allow ucons to be arguments of ucons

    `Failure `Error should now work

--- a/parse/gram.y
+++ b/parse/gram.y
@@ -538,7 +538,7 @@
         ;
 
 unionexpr
-        : Ttick name borexpr
+        : Ttick name unionexpr
             {$$ = mkexpr($1->line, Oucon, $2, $3, NULL);}
         | Ttick name
             {$$ = mkexpr($1->line, Oucon, $2, NULL);}