mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
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:
parent
bd71091499
commit
8a7c5d622c
@ -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; */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user