shithub: mc

Download patch

ref: 6ae936b5ec488d9a555afdc2943654b31ff079ab
parent: 0e2a8ea63cfc8b070335288ce97c87e4a7fa2548
author: Ori Bernstein <[email protected]>
date: Fri Jun 6 06:54:04 EDT 2014

Remove unused keyword.

    Yes. we have no bananas.

--- a/parse/gram.y
+++ b/parse/gram.y
@@ -83,7 +83,6 @@
 %token<tok> Telse    /* else */
 %token<tok> Telif    /* else */
 %token<tok> Tmatch   /* match */
-%token<tok> Tdefault /* default */
 %token<tok> Tgoto    /* goto */
 %token<tok> Tbreak   /* break */
 %token<tok> Tcontinue   /* continue */
--- a/parse/tok.c
+++ b/parse/tok.c
@@ -163,7 +163,6 @@
         {"castto",      Tcast},
         {"const",       Tconst},
         {"continue",    Tcontinue},
-        {"default",     Tdefault},
         {"elif",        Telif},
         {"else",        Telse},
         {"export",      Texport},