Hi all,
the attached patch removes a few explicit inlines to avoid compiliation
issues at least with GCC 3.4, when -fno-unit-at-a-time is active, since
the body of the functions is used before it is present. A different
solution would be to reorder the functions, which can keep the
optimisation as well.
Joerg
|