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

Modified Files:
        monetdb_winconfig.h 
Log Message:
Move the definition of ssize_t as int into the win32 else clause 
Please check if it is correct like this. The compilation works, but it gives 
warnnings
about probable lost of data witht the convertion from ssize_t to BUN.


Index: monetdb_winconfig.h
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/monetdb_winconfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monetdb_winconfig.h 3 Oct 2007 13:59:59 -0000       1.2
+++ monetdb_winconfig.h 10 Oct 2007 09:05:43 -0000      1.3
@@ -668,13 +668,14 @@
 
 /* The size of a `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 4
-#endif
+
 
 /* The size of a `ssize_t', as computed by sizeof. */
 #define SIZEOF_SSIZE_T SIZEOF_SIZE_T
 typedef int ssize_t;
 #define HAVE_SSIZE_T 1
 
+#endif
 /* The size of a `__int64', as computed by sizeof. */
 #define SIZEOF___INT64 8
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to