| # | Line 53 | Line 53 | int ambincl = -1; /* include == 1, exclude == 0 */ | |
|---|---|---|
| 53 | ||
| 54 | static RAY thisray; /* for our convenience */ | |
| 55 | ||
| 56 | < | extern int oputo(), oputd(), oputv(), oputl(), |
| 56 | > | static int oputo(), oputd(), oputv(), oputl(), |
| 57 | oputp(), oputn(), oputs(), oputw(), oputm(); | |
| 58 | ||
| 59 | static int (*ray_out[10])(), (*every_out[10])(); | |
| 60 | ||
| 61 | < | extern int puta(), putf(), putd(); |
| 61 | > | static int puta(), putf(), putd(); |
| 62 | ||
| 63 | static int (*putreal)(); | |
| 64 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |