* pt.c (instantiate_decl): Tell the repository code about the
[official-gcc.git] / libf2c / libI77 / typesize.c
blob7f42aa1bcc87c03292ac7d9dc3264d74f8a4a617
1 #include "config.h"
2 #include "f2c.h"
4 ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
5 sizeof(real), sizeof(doublereal),
6 sizeof(complex), sizeof(doublecomplex),
7 sizeof(logical), sizeof(char),
8 0, sizeof(integer1),
9 sizeof(logical1), sizeof(shortlogical),
10 #ifdef Allow_TYQUAD
11 sizeof(longint),
12 #endif
13 0};