| # | Line 27 | Line 27 | typedef struct { | |
|---|---|---|
| 27 | short nsargs; /* # of string arguments */ | |
| 28 | short nfargs; /* # of real arguments */ | |
| 29 | char **sarg; /* string arguments */ | |
| 30 | < | FLOAT *farg; /* real arguments */ |
| 30 | > | RREAL *farg; /* real arguments */ |
| 31 | #ifdef IARGS | |
| 32 | short niargs; /* # of integer arguments */ | |
| 33 | long *iarg; /* integer arguments */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |