Changeset: c9c837e12ed7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c9c837e12ed7
Modified Files:
        monetdb5/mal/mal_parser.c
Branch: default
Log Message:

Drop unused MAL keyword


diffs (19 lines):

diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal/mal_parser.c
--- a/monetdb5/mal/mal_parser.c
+++ b/monetdb5/mal/mal_parser.c
@@ -1990,13 +1990,8 @@ parseMAL(Client cntxt, Symbol curPrg, in
                                break;
                        }
                        goto allLeft;
-               case 'H': case 'h':
-                       if (MALkeyword(cntxt, "handler", 5)) {
-                               skipToEnd(cntxt);
-                               cntxt->blkmode++;
-                               break;
-                       }
-               case 'i': if (parseInclude(cntxt))
+               case 'I': case 'i': 
+                       if (parseInclude(cntxt))
                                continue;
                        goto allLeft;
                case 'L': case 'l':
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to