Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32088

Modified Files:
      Tag: MonetDB_1-20
        MonetDB.m4 
Log Message:
Check whether char is signed or unsigned.
If unsigned, the marcro __CHAR_UNSIGNED__ is defined.

Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.37.2.5
retrieving revision 1.37.2.6
diff -u -d -r1.37.2.5 -r1.37.2.6
--- MonetDB.m4  10 Oct 2007 08:39:00 -0000      1.37.2.5
+++ MonetDB.m4  14 Oct 2007 09:09:40 -0000      1.37.2.6
@@ -1067,6 +1067,7 @@
 #include <sys/types.h>])
 AC_CHECK_SIZEOF(long long)
 AC_CHECK_SIZEOF(__int64)
+AC_C_CHAR_UNSIGNED
 
 # Checks for library functions.
 AC_CHECK_FUNCS([ftruncate gettimeofday opendir])


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