Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26899/src/mal
Modified Files:
mal_instruction.mx
Log Message:
fixed compilation on icc
Index: mal_instruction.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- mal_instruction.mx 9 Dec 2007 16:21:05 -0000 1.288
+++ mal_instruction.mx 9 Dec 2007 20:43:51 -0000 1.289
@@ -2751,7 +2751,7 @@
*s++ = ',';
if (p->var) {
VarPtr v = getVar(mb, p->var);
- char *op = PropertyOperatorString(p->op);
+ char *op = PropertyOperatorString((prop_op_t)p->op);
ATOMformat(v->type, VALget(&v->value), &t);
switch(v->type) {
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins