added definition of index, to keep compiler happy
This commit is contained in:
parent
8304ce5eae
commit
ec992b001c
|
@ -23,6 +23,7 @@ static char rcsid[] = "$Header$";
|
|||
*/
|
||||
|
||||
char buf[512];
|
||||
char *index();
|
||||
|
||||
main() {
|
||||
register n,sa;
|
||||
|
|
Loading…
Reference in a new issue