Changeset: 5166968abd5e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5166968abd5e
Modified Files:
        clients/mapilib/mapi.c
        gdk/gdk_logger.c
Branch: Nov2019
Log Message:

Removed obsolete HAVE_EMBEDDED macros


diffs (28 lines):

diff --git a/clients/mapilib/mapi.c b/clients/mapilib/mapi.c
--- a/clients/mapilib/mapi.c
+++ b/clients/mapilib/mapi.c
@@ -889,10 +889,6 @@ struct MapiStatement {
 #define debugprint(fmt,arg)    ((void) 0)
 #endif
 
-#ifdef HAVE_EMBEDDED
-#define printf(...)    ((void)0)
-#endif
-
 /*
  * All external calls to the library should pass the mapi-check
  * routine. It assures a working connection and proper reset of
diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -81,10 +81,6 @@
 #define LOG_USE_ID     15
 #define LOG_CLEAR_ID   16
 
-#ifdef HAVE_EMBEDDED
-#define printf(fmt,...) ((void) 0)
-#endif
-
 #ifdef NATIVE_WIN32
 #define getfilepos _ftelli64
 #else
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to