Changeset: 704f7f9b9d9b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=704f7f9b9d9b
Modified Files:
        monetdb5/mal/mal_atom.mx
Branch: Mar2011
Log Message:

fixing compilation: Mx macro calling syntax ("@:<name>(<args>)@") must not 
contain spaces


diffs (21 lines):

diff --git a/monetdb5/mal/mal_atom.mx b/monetdb5/mal/mal_atom.mx
--- a/monetdb5/mal/mal_atom.mx
+++ b/monetdb5/mal/mal_atom.mx
@@ -229,7 +229,7 @@
                }
                break;
        case 's':
-               @ : setItem("storage", storage, TYPE_int, long) @;
+               @:setItem("storage", storage, TYPE_int, long)@;
                break;
        case 't':
                if (idcmp("tostr", name) == 0 && pci->argc == 1) {
@@ -246,7 +246,7 @@
                }
                break;
        case 'v':
-               @ : setItem("varsized", varsized, TYPE_int, long) @
+               @:setItem("varsized", varsized, TYPE_int, long)@
                break;
        case 'r':
                if (idcmp("read", name) == 0 && pci->argc == 1) {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to