| # | Line 36 | Line 36 | typedef struct { | |
|---|---|---|
| 36 | SPOT *s; /* spot */ | |
| 37 | } sl; /* localized source information */ | |
| 38 | union { | |
| 39 | < | int success; /* successes - AIMREQT*failures */ |
| 39 | > | long success; /* successes - AIMREQT*failures */ |
| 40 | struct { | |
| 41 | short pn; /* projection number */ | |
| 42 | < | short sn; /* next source to aim for */ |
| 42 | > | int sn; /* next source to aim for */ |
| 43 | } sv; /* virtual source */ | |
| 44 | } sa; /* source aiming information */ | |
| 45 | long ntests, nhits; /* shadow tests and hits */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |