Changeset: c2513f93a1e0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c2513f93a1e0
Modified Files:
        MonetDB5/src/mal/mal_interpreter.mx
Branch: default
Log Message:

Silence compiler


diffs (12 lines):

diff -r 1dd89e5ef039 -r c2513f93a1e0 MonetDB5/src/mal/mal_interpreter.mx
--- a/MonetDB5/src/mal/mal_interpreter.mx       Tue Oct 26 17:36:04 2010 +0200
+++ b/MonetDB5/src/mal/mal_interpreter.mx       Tue Oct 26 22:41:55 2010 +0200
@@ -2355,7 +2355,7 @@
                *msg=':';
        }
        if (exceptionVar == -1)
-               exceptionVar = findVariableLength(mb,"ANYexception",12);
+               exceptionVar = findVariableLength(mb, (str) "ANYexception", 12);
 
        /* unknown exceptions lead to propagation */
        if( exceptionVar == -1){
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to