Correct an incoherency with arith and label types.

This commit is contained in:
Manoel Trapier
2013-03-19 15:05:37 +01:00
committed by Manoël Trapier
parent 08d1784f95
commit 1ed1edf94d
7 changed files with 20 additions and 15 deletions

View File

@@ -8,10 +8,7 @@
#define __FLT_INCLUDED__
#include "ansi.h"
#ifndef arith
#define arith long
#endif
#include <em_arith.h>
struct flt_mantissa {
long flt_h_32; /* high order 32 bits of mantissa */