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