Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30600/src/mal
Modified Files:
Tag: MonetDB_5-2
mal_builder.mx
Log Message:
fix compilation (const char * vs char *)
Index: mal_builder.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_builder.mx,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -d -r1.26.2.1 -r1.26.2.2
--- mal_builder.mx 29 Oct 2007 07:09:40 -0000 1.26.2.1
+++ mal_builder.mx 29 Oct 2007 17:50:44 -0000 1.26.2.2
@@ -254,10 +254,11 @@
}
InstrPtr
-pushStr(MalBlkPtr mb, InstrPtr q, const char *val)
+pushStr(MalBlkPtr mb, InstrPtr q, const char *Val)
{
int _t;
ValRecord cst;
+ char *val = (char*)Val;
cst.vtype= TYPE_str;
cst.val.sval= val;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins