shithub: mc

Download patch

ref: 037b1dd60a8db4ddb93949ddc1f10ac65ae14f1e
parent: 107950fd24c3dd663271cca853f1793d61ffc4d8
author: Ori Bernstein <[email protected]>
date: Wed Oct 15 09:38:18 EDT 2014

Sequence literals are long gone. Delete the entry.

--- a/parse/parse.h
+++ b/parse/parse.h
@@ -226,7 +226,6 @@
                 char    *lblval;
                 int      boolval;
                 Node    *fnval;
-                Node    **seqval;
             };
         } lit;