Make long double == double.

From-SVN: r10053
This commit is contained in:
Michael Meissner 1995-06-26 13:55:49 +00:00
parent a7f875d76e
commit 9d03c0dee3

View file

@ -185,11 +185,9 @@ Boston, MA 02111-1307, USA. */
enclosed in `extern "C" {...}'. */
#define NO_IMPLICIT_EXTERN_C
#ifdef NO_LONG_DOUBLE
/* Turn off long double being 96 bits. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
#endif
/* This macro generates the assembly code for function entry.
FILE is a stdio stream to output the code to.