Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21670

Modified Files:
        monetdb_winconfig.h 
Log Message:
Also define SIZEOF_SSIZE_T.


Index: monetdb_winconfig.h
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/monetdb_winconfig.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- monetdb_winconfig.h 13 Mar 2008 10:42:52 -0000      1.14
+++ monetdb_winconfig.h 14 Mar 2008 08:47:33 -0000      1.15
@@ -639,6 +639,9 @@
 #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
 #else
@@ -648,6 +651,9 @@
 /* The size of a `size_t', as computed by sizeof. */
 #define SIZEOF_SIZE_T 4
 
+/* 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
 


-------------------------------------------------------------------------
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

Reply via email to