| # | Line 33 | Line 33 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 33 | ||
| 34 | #define MAXLINE 512 | |
| 35 | ||
| 36 | – | #ifndef BSD |
| 37 | – | #define index strchr |
| 38 | – | #endif |
| 39 | – | |
| 40 | – | extern char *index(); |
| 41 | – | |
| 36 | char HDRSTR[] = "#?"; /* information header magic number */ | |
| 37 | ||
| 38 | char FMTSTR[] = "FORMAT="; /* format identifier */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |