Changeset: 29a896d57c53 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=29a896d57c53
Modified Files:
monetdb5/mal/mal_parser.c
Branch: default
Log Message:
No need to call skipspaces twice
diffs (11 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
@@ -182,7 +182,6 @@ MALlookahead(Client cntxt, str kw, int l
{
int i;
- skipSpace(cntxt);
/* avoid double test or use lowercase only. */
if (currChar(cntxt) == *kw &&
strncmp(CURRENT(cntxt), kw, length) == 0 &&
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list