Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3044
Modified Files:
monetdb_winconfig.h
Log Message:
Propagated changes from stable:
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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- monetdb_winconfig.h 14 Mar 2008 08:47:33 -0000 1.15
+++ monetdb_winconfig.h 15 Mar 2008 15:14:08 -0000 1.16
@@ -637,8 +637,8 @@
/* The size of a `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
-typedef __int64 ssize_t;
+typedef __int64 ssize_t;
/* The size of a `ssize_t', as computed by sizeof. */
#define SIZEOF_SSIZE_T 8
@@ -651,15 +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