/
driver3.2@242/autoconf/
driver3.2@242/doc/LPC/
driver3.2@242/hosts/
driver3.2@242/hosts/amiga/NetIncl/
driver3.2@242/hosts/amiga/NetIncl/netinet/
driver3.2@242/hosts/amiga/NetIncl/sys/
driver3.2@242/hosts/atari/
driver3.2@242/hosts/fcrypt/
driver3.2@242/mudlib/
driver3.2@242/mudlib/sys/
driver3.2@242/util/
driver3.2@242/util/indent/hosts/next/
driver3.2@242/util/make_docs/
#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