AUDIT: r16885 - gnucash/trunk/src/engine - Remove G_INLINE_FUNC from mark_split declaration.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Jan 23 17:55:00 EST 2008


Author: andi5
Date: 2008-01-23 17:54:59 -0500 (Wed, 23 Jan 2008)
New Revision: 16885
Trac: http://svn.gnucash.org/trac/changeset/16885

Modified:
   gnucash/trunk/src/engine/SplitP.h
Log:
Remove G_INLINE_FUNC from mark_split declaration.

This broke builds on MacOS and even recent Ubuntus.  The macro's
documentation strongly discourages its use and we did not use it
correctly anyway.

BP


Modified: gnucash/trunk/src/engine/SplitP.h
===================================================================
--- gnucash/trunk/src/engine/SplitP.h	2008-01-23 22:54:50 UTC (rev 16884)
+++ gnucash/trunk/src/engine/SplitP.h	2008-01-23 22:54:59 UTC (rev 16885)
@@ -149,7 +149,7 @@
 Split * xaccSplitClone (const Split *s);
 
 Split *xaccDupeSplit (const Split *s);
-G_INLINE_FUNC void mark_split (Split *s);
+void mark_split (Split *s);
 
 void xaccSplitVoid(Split *split);
 void xaccSplitUnvoid(Split *split);



More information about the gnucash-changes mailing list