Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2123
Modified Files:
Tag: MonetDB_1-22
monetdb_winconfig.h
Log Message:
Make sure SIZEOF_SSIZE_T is defined (once).
Index: monetdb_winconfig.h
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/monetdb_winconfig.h,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -d -r1.12.2.2 -r1.12.2.3
--- monetdb_winconfig.h 13 Mar 2008 11:35:47 -0000 1.12.2.2
+++ monetdb_winconfig.h 15 Mar 2008 15:12:30 -0000 1.12.2.3
@@ -637,7 +637,10 @@
/* The size of a `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
+
typedef __int64 ssize_t;
+/* The size of a `ssize_t', as computed by sizeof. */
+#define SIZEOF_SSIZE_T 8
/* The size of a `void *', as computed by sizeof. */
#define SIZEOF_VOID_P 8
@@ -648,12 +651,12 @@
/* The size of a `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 4
+typedef int ssize_t;
+/* The size of a `ssize_t', as computed by sizeof. */
+#define SIZEOF_SSIZE_T 4
+
/* The size of a `void *', as computed by sizeof. */
#define SIZEOF_VOID_P 4
-
-/* The size of a `ssize_t', as computed by sizeof. */
-#define SIZEOF_SSIZE_T SIZEOF_SIZE_T
-typedef int ssize_t;
#endif
/* The size of a `__int64', as computed by sizeof. */
-------------------------------------------------------------------------
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