r18416 - gnucash/trunk/src/libqof/qof - Bug #540452: Remove inline from function declaration/definition because it contradicts the C99 standard.

Christian Stimming cstim at code.gnucash.org
Mon Nov 16 16:42:41 EST 2009


Author: cstim
Date: 2009-11-16 16:42:40 -0500 (Mon, 16 Nov 2009)
New Revision: 18416
Trac: http://svn.gnucash.org/trac/changeset/18416

Modified:
   gnucash/trunk/src/libqof/qof/qofmath128.c
   gnucash/trunk/src/libqof/qof/qofmath128.h
Log:
Bug #540452: Remove inline from function declaration/definition because it contradicts the C99 standard.

Patch by Halton Huo: Remove inline from qofmath128.c and qofmath128.h.

Cstim notes: The way the code is written (.h/.c) we should not have
any "inline" there. If the functions are intended to be used inline
only (and they are, in gnc-numeric.c), the definitions should be moved
into gnc-numeric.c anyway and the declarations removed.



More information about the gnucash-patches mailing list