Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1085
Modified Files:
Tag: MonetDB_1-22
monetdb_winconfig.h
Log Message:
Backport from current:
If we say that we have the long long type (as we do with icc 1.10), we
should also specify how large this type is.
This fixes the wrong result in multiplex_void_oid.
Index: monetdb_winconfig.h
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/monetdb_winconfig.h,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- monetdb_winconfig.h 12 Feb 2008 09:23:30 -0000 1.12.2.1
+++ monetdb_winconfig.h 13 Mar 2008 11:35:47 -0000 1.12.2.2
@@ -623,6 +623,11 @@
/* The size of a `long', as computed by sizeof. */
#define SIZEOF_LONG 4
+#ifdef HAVE_LONG_LONG
+/* The size of a `long long', as computed by sizeof. */
+#define SIZEOF_LONG_LONG 8
+#endif
+
/* The size of a `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins