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

Merge with Oct2010 branch.


diffs (12 lines):

diff -r e159872627b7 -r f85890f2a62b MonetDB5/src/modules/mal/tokenizer.mx
--- a/MonetDB5/src/modules/mal/tokenizer.mx     Mon Sep 06 15:39:34 2010 +0200
+++ b/MonetDB5/src/modules/mal/tokenizer.mx     Mon Sep 06 15:59:16 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

Reply via email to