1 /* These should come from genemit */
3 /* Use __signed__ in case compiling with -traditional. */
5 typedef __signed__
char QItype
;
6 typedef unsigned char QUtype
;
7 typedef __signed__
short int HItype
;
8 typedef unsigned short int HUtype
;
9 typedef __signed__
long int SItype
;
10 typedef unsigned long int SUtype
;
11 typedef __signed__
long long int DItype
;
12 typedef unsigned long long int DUtype
;
14 typedef double DFtype
;
15 typedef long double XFtype
;
20 typedef union stacktype