Changeset: 43013a1ede09 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=43013a1ede09
Modified Files:
        monetdb5/modules/mal/txtsim.c
Branch: default
Log Message:

fix compilation


diffs (12 lines):

diff --git a/monetdb5/modules/mal/txtsim.c b/monetdb5/modules/mal/txtsim.c
--- a/monetdb5/modules/mal/txtsim.c
+++ b/monetdb5/modules/mal/txtsim.c
@@ -27,7 +27,7 @@
        if (b) {\
           if (ATOMextern(t)) {\
              *(ptr*) res = (ptr) ATOMnil(t);\
-               // FIXME unchecked_malloc ATOMnil can return NULL \
+               /* FIXME unchecked_malloc ATOMnil can return NULL */ \
           } else {\
              memcpy(res, ATOMnilptr(t), ATOMsize(t));\
           }\
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to