Changeset: 77d94919b06e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/77d94919b06e
Modified Files:
        monetdb5/modules/mal/ngrams.h
Branch: strimps_v3
Log Message:

Need to use ifdef for HAVE_* defines.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/ngrams.h b/monetdb5/modules/mal/ngrams.h
--- a/monetdb5/modules/mal/ngrams.h
+++ b/monetdb5/modules/mal/ngrams.h
@@ -13,7 +13,7 @@
 #include "monetdb_config.h"
 #include "gdk.h"
 
-#if HAVE_HGE
+#ifdef HAVE_HGE
 #define NGRAM_TYPE hge
 #define NGRAM_TYPENIL hge_nil
 #define NGRAM_CST(v) ((hge)LL_CONSTANT(v))
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to