diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-31 05:50:32 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-31 05:50:32 +0000 |
commit | a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2 (patch) | |
tree | 8fb6754cca309a7efe99194575519820fa2c94d5 /gcc/rtl.c | |
parent | 5008b8ae9572a1f7dc96f9efb378d97144d4e681 (diff) | |
download | gcc-a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2.zip gcc-a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2.tar.gz gcc-a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2.tar.bz2 |
Include real.h to get the definition of REAL_VALUE_TYPE.
From-SVN: r3940
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <ctype.h> #include <stdio.h> #include "rtl.h" +#include "real.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc |