Changeset: 60c894637eaa for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=60c894637eaa Modified Files: MonetDB5/src/modules/mal/tokenizer.mx Branch: Oct2010 Log Message:
Merge with Jun2010 branch. diffs (12 lines): diff -r 21854d8668b8 -r 60c894637eaa MonetDB5/src/modules/mal/tokenizer.mx --- a/MonetDB5/src/modules/mal/tokenizer.mx Mon Sep 06 15:38:58 2010 +0200 +++ b/MonetDB5/src/modules/mal/tokenizer.mx Mon Sep 06 15:58:59 2010 +0200 @@ -148,7 +148,7 @@ #endif #define COMP(h, d) ((h<<8)|(d&255)) -#define GET_d(x) ((x)&255) +#define GET_d(x) ((sht)((x)&255)) #define GET_h(x) ((x)>>8) str _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list