added double-include prevention

This commit is contained in:
Felix Geyer 2004-06-30 08:34:52 +00:00
parent 413f02ab2a
commit 93f6a136fa

View File

@ -8,6 +8,11 @@
* This file is provided as is (no warranties). * This file is provided as is (no warranties).
*/ */
#if defined _float_included
#endinput
#endif
#define _float_included
/* Different methods of rounding */ /* Different methods of rounding */
enum floatround_method { enum floatround_method {
floatround_round = 0, floatround_round = 0,