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

Modified Files:
      Tag: MonetDB_1-20
        mel.mx winconfig.h 
Log Message:
Reduced the number of warnings when compiling on Windows.

Index: winconfig.h
===================================================================
RCS file: /cvsroot/monetdb/buildtools/mel/winconfig.h,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- winconfig.h 3 Jan 2007 12:15:53 -0000       1.4
+++ winconfig.h 28 Nov 2007 11:36:12 -0000      1.4.6.1
@@ -24,6 +24,7 @@
 
 /* Visual Studio 8 has deprecated lots of stuff: suppress warnings */
 #define _CRT_SECURE_NO_DEPRECATE 1
+#define _CRT_SECURE_NO_WARNINGS 1
 
 /* Directory separator */
 #define DIR_SEP '\\'

Index: mel.mx
===================================================================
RCS file: /cvsroot/monetdb/buildtools/mel/mel.mx,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- mel.mx      17 Jul 2007 11:10:58 -0000      1.19
+++ mel.mx      28 Nov 2007 11:36:12 -0000      1.19.2.1
@@ -207,7 +207,7 @@
 #endif
 
 @C
-#include <mel_config.h>
+#include "mel_config.h"
 #include "mel.h"
 #include "mel.tab.h"
 #ifdef HAVE_IOSTREAM


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to