| 19 |
|
short nsargs; /* # of string arguments */ |
| 20 |
|
short nfargs; /* # of real arguments */ |
| 21 |
|
char **sarg; /* string arguments */ |
| 22 |
< |
double *farg; /* real arguments */ |
| 22 |
> |
FLOAT *farg; /* real arguments */ |
| 23 |
|
#ifdef IARGS |
| 24 |
|
short niargs; /* # of integer arguments */ |
| 25 |
|
long *iarg; /* integer arguments */ |
| 48 |
|
char *oname; /* object name */ |
| 49 |
|
FUNARGS oargs; /* object specification */ |
| 50 |
|
char *os; /* object structure */ |
| 51 |
– |
long lastrno; /* last ray this was used with */ |
| 51 |
|
} OBJREC; |
| 52 |
|
|
| 53 |
|
#ifndef MAXOBJBLK |