/
driver3.2@304/autoconf/
driver3.2@304/doc/LPC/
driver3.2@304/hosts/
driver3.2@304/hosts/amiga/NetIncl/
driver3.2@304/hosts/amiga/NetIncl/netinet/
driver3.2@304/hosts/amiga/NetIncl/sys/
driver3.2@304/hosts/fcrypt/
driver3.2@304/hosts/os2/
driver3.2@304/mudlib/sys/
driver3.2@304/util/
driver3.2@304/util/indent/hosts/next/
driver3.2@304/util/make_docs/
#if !defined(_PATCHFLOAT_H) && defined(_NO_OWN_FLOATS)
#define _PATCHFLOAT_H 1

#include <exec/types.h>

#if !defined(INCLUDE_VERSION) || (INCLUDE_VERSION <= 39)

#  ifdef _DCC
#    ifdef _SP_FLOAT
       typedef double float;
#    endif
#  else /* default */
     typedef double float;
#  endif

#endif

#endif