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

Modified Files:
      Tag: MonetDB_1-20
        monetdb_winconfig.h 
Log Message:
The definition ssize_t as int should be inside the else clause (win32 
definition).
This resolve the compilation problem on windows 64bits.



Index: monetdb_winconfig.h
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/monetdb_winconfig.h,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- monetdb_winconfig.h 2 Oct 2007 11:51:47 -0000       1.1.4.1
+++ monetdb_winconfig.h 10 Oct 2007 09:58:33 -0000      1.1.4.2
@@ -668,12 +668,12 @@
 
 /* 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