Pristine Ack-5.5
[Ack-5.5.git] / lang / m2 / comp / real.H
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  *
5  * Author: Ceriel J.H. Jacobs
6  */
7
8 /* R E A L   C O N S T A N T   D E S C R I P T O R   D E F I N I T I O N */
9
10 /* $Id: real.H,v 1.2 1994/06/24 12:42:24 ceriel Exp $ */
11
12 #include <flt_arith.h>
13
14 struct real {
15         char            *r_real;
16         flt_arith       r_val;
17 };
18
19 /* ALLOCDEF "real" 20 */