| # | Line 19 | Line 19 | typedef struct { | |
|---|---|---|
| 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |