| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * Routines to print mkillum objects | |
| # | Line 49 | Line 49 | dfname(il, c) /* return data file name */ | |
| 49 | struct illum_args *il; | |
| 50 | int c; | |
| 51 | { | |
| 52 | – | extern char *getpath(), *strcpy(); |
| 52 | char fname[MAXSTR]; | |
| 53 | register char *s; | |
| 54 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |