[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-checkins
Subject:    MonetDB: default - Remove preexisting definition of ABSOLUTE.
From:       Sjoerd Mullender <sjoerd () acm ! org>
Date:       2012-03-29 14:57:06
Message-ID: hg.6f07dbe07de0.1333033026.6315528441665844383 () monetdb2 ! cwi-incubator ! nl
[Download RAW message or body]

Changeset: 6f07dbe07de0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f07dbe07de0
Modified Files:
	gdk/gdk_calc.c
Branch: default
Log Message:

Remove preexisting definition of ABSOLUTE.


diffs (14 lines):

diff --git a/gdk/gdk_calc.c b/gdk/gdk_calc.c
--- a/gdk/gdk_calc.c
+++ b/gdk/gdk_calc.c
@@ -378,6 +378,10 @@ VARcalcnegate(ValPtr ret, const ValRecor
 	return GDK_SUCCEED;
 }
 
+#ifdef ABSOLUTE
+/* Windows seems to define this somewhere */
+#undef ABSOLUTE
+#endif
 #define ABSOLUTE(x)	((x) < 0 ? -(x) : (x))
 
 BAT *
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic