# | Line 24 | Line 24 | extern "C" { | |
---|---|---|
24 | typedef struct { | |
25 | char **sarg; /* string arguments */ | |
26 | RREAL *farg; /* real arguments */ | |
27 | < | short nsargs; /* # of string arguments */ |
28 | < | short nfargs; /* # of real arguments */ |
27 | > | int nsargs; /* # of string arguments */ |
28 | > | int nfargs; /* # of real arguments */ |
29 | #ifdef IARGS | |
30 | < | short niargs; /* # of integer arguments */ |
30 | > | int niargs; /* # of integer arguments */ |
31 | long *iarg; /* integer arguments */ | |
32 | #endif | |
33 | } FUNARGS; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |