Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4763

Modified Files:
      Tag: Aug2009
        utils.c 
Log Message:
re-apply my compilation fix that I accidentially made on Current, don't 
over-use inline

U utils.c
Index: utils.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/utils.c,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- utils.c     4 Sep 2009 12:04:04 -0000       1.9.2.1
+++ utils.c     6 Sep 2009 09:49:28 -0000       1.9.2.2
@@ -62,7 +62,7 @@
  * Parses the given file stream matching the keys from list.  If a match
  * is found, the value is set in list->value.  Values are GDKmalloced.
  */
-inline void
+void
 readConfFile(confkeyval *list, FILE *cnf) {
        char buf[1024];
        confkeyval *t;
@@ -119,7 +119,7 @@
  * successful and unsets the value for the given key.  Upon an error,
  * the original value for the key is left untouched.
  */
-inline char *
+char *
 setConfVal(confkeyval *ckv, char *val) {
        /* handle the unset directly */
        if (val == NULL) {


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to