decNumberLocal.h errors out when it's included with its header guard defined. This catches multiple inclusions.
Drop that. Including it multiple times is safe, and the compiler can do it efficiently. Signed-off-by: Markus Armbruster <arm...@redhat.com> --- include/libdecnumber/decNumberLocal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libdecnumber/decNumberLocal.h b/include/libdecnumber/decNumberLocal.h index c4d4015..12cf1d8 100644 --- a/include/libdecnumber/decNumberLocal.h +++ b/include/libdecnumber/decNumberLocal.h @@ -659,6 +659,4 @@ /* [end of format-dependent macros and constants] */ #endif -#else - #error decNumberLocal included more than once #endif -- 2.5.5