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

Modified Files:
      Tag: MonetDB_1-18
        mel.mx 
Log Message:
Fix gcc-4.2.0 warning:
warning: deprecated conversion from string constant to ‘char*’'


Index: mel.mx
===================================================================
RCS file: /cvsroot/monetdb/buildtools/mel/mel.mx,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -u -d -r1.17 -r1.17.4.1
--- mel.mx      11 Jan 2007 16:37:57 -0000      1.17
+++ mel.mx      7 Jun 2007 10:40:29 -0000       1.17.4.1
@@ -202,7 +202,7 @@
 extern Symbol *root;
 extern FileInfo *fileinfo;
 extern List *dirs;
-extern char *config_h;
+extern const char *config_h;
 
 #endif
 
@@ -242,7 +242,7 @@
 Symbol *root = NULL;
 FileInfo *fileinfo = NULL;
 List *dirs = NULL;
-char *config_h = "monetdb4_config.h";
+const char *config_h = "monetdb4_config.h";
 
 language *l = NULL;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to