| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * readobj.c - routines for reading in object descriptions. | |
| # | Line 130 | Line 130 | FILE *fp; | |
| 130 | } | |
| 131 | ||
| 132 | ||
| 133 | < | int |
| 133 | > | OBJECT |
| 134 | newobject() /* get a new object */ | |
| 135 | { | |
| 136 | register int i; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |