libdecnumber: Don't error out on decNumberLocal.h re-inclusion

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 <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Markus Armbruster 2016-06-29 11:49:19 +02:00
parent 6031a51f1d
commit 965379b455
1 changed files with 0 additions and 2 deletions

View File

@ -659,6 +659,4 @@
/* [end of format-dependent macros and constants] */
#endif
#else
#error decNumberLocal included more than once
#endif