Changeset: 739c70779ac7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=739c70779ac7
Modified Files:
        monetdb5/modules/mal/pcre.c
Branch: embedded
Log Message:

ifdefs back


diffs (16 lines):

diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -736,8 +736,12 @@ str
 pcre_init(void *ret)
 {
        (void) ret;
+#if defined(HAVE_EMBEDDED) && defined(WIN32)
+       // TODO: what should we do here?
+#else
        pcre_malloc = my_pcre_malloc;
        pcre_free = my_pcre_free;
+#endif
        return NULL;
 }
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to