Changeset: 9de9bd2b7521 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9de9bd2b7521
Branch: resource_management
Log Message:
merge upstream
diffs (14 lines):
diff --git a/monetdb5/modules/mal/txtsim.c b/monetdb5/modules/mal/txtsim.c
--- a/monetdb5/modules/mal/txtsim.c
+++ b/monetdb5/modules/mal/txtsim.c
@@ -1247,8 +1247,9 @@ stringdiff(Client ctx, int *res, const c
*
*****************************/
static str
-qgram_normalize(str *res, const char *const *Input)
+qgram_normalize(Client ctx, str *res, const char *const *Input)
{
+ (void) ctx;
const char *input = *Input;
int i, j = 0;
char c, last = ' ';
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]