Add note for qofmath128.c include in the source file itself

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21130 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-08-08 14:31:23 +00:00
parent bd71091499
commit 8a7c5d622c

View File

@ -34,7 +34,12 @@
#include <string.h>
#include "gnc-numeric.h"
#include "qofmath128.c" /* FIXME: Why is this C file included here?!? */
/* Note: The qofmath128 functions are used mostly here and almost
nowhere else. Hence, we inline the C code directly into here so
that the compiler can potentially inline the code as-is and speed
up the gnc-numeric.c functions. */
#include "qofmath128.c"
/* static short module = MOD_ENGINE; */