#if !defined(_PATCHFLOAT_H) && defined(_NO_OWN_FLOATS)
#define _PATCHFLOAT_H 1
#include <exec/types.h>
#ifndef INCLUDE_VERSION
#  ifdef _DCC
#    ifdef _SP_FLOAT
 typedef double float;
#    endif
#  else /* default */
     typedef double float;
#  endif
#endif
#endif