Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23408
Modified Files:
utils.c
Log Message:
we don't have to be so agressive on inlining funcs, some compilers don't like
to see inline after they have used a function before
U utils.c
Index: utils.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/utils.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- utils.c 4 Sep 2009 12:37:16 -0000 1.10
+++ utils.c 5 Sep 2009 09:43:18 -0000 1.11
@@ -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