playing w/ $Log$
This commit is contained in:
parent
f3e59041b5
commit
d19385e160
@ -146,7 +146,6 @@ list_insert(List *self, Line *line)
|
|||||||
|
|
||||||
/* all subsequent insertions */
|
/* all subsequent insertions */
|
||||||
} else {
|
} else {
|
||||||
/* <?> the following cast shouldn't be necessary */
|
|
||||||
self->current->next = line;
|
self->current->next = line;
|
||||||
self->current = line;
|
self->current = line;
|
||||||
}
|
}
|
||||||
@ -261,9 +260,10 @@ sort_main(int argc, char **argv)
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* $Id: sort.c,v 1.4 1999/12/22 22:24:52 beppu Exp $ */
|
/* $Id: sort.c,v 1.5 1999/12/22 22:27:01 beppu Exp $ */
|
||||||
/* $Log: sort.c,v $
|
/*
|
||||||
* Revision 1.4 1999/12/22 22:24:52 beppu
|
* $Log: sort.c,v $
|
||||||
* the base is nearly done.
|
* Revision 1.5 1999/12/22 22:27:01 beppu
|
||||||
* need to implement various comparison functions, now.
|
* playing w/ $Log$
|
||||||
* */
|
*
|
||||||
|
*/
|
||||||
|
14
sort.c
14
sort.c
@ -146,7 +146,6 @@ list_insert(List *self, Line *line)
|
|||||||
|
|
||||||
/* all subsequent insertions */
|
/* all subsequent insertions */
|
||||||
} else {
|
} else {
|
||||||
/* <?> the following cast shouldn't be necessary */
|
|
||||||
self->current->next = line;
|
self->current->next = line;
|
||||||
self->current = line;
|
self->current = line;
|
||||||
}
|
}
|
||||||
@ -261,9 +260,10 @@ sort_main(int argc, char **argv)
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* $Id: sort.c,v 1.4 1999/12/22 22:24:52 beppu Exp $ */
|
/* $Id: sort.c,v 1.5 1999/12/22 22:27:01 beppu Exp $ */
|
||||||
/* $Log: sort.c,v $
|
/*
|
||||||
* Revision 1.4 1999/12/22 22:24:52 beppu
|
* $Log: sort.c,v $
|
||||||
* the base is nearly done.
|
* Revision 1.5 1999/12/22 22:27:01 beppu
|
||||||
* need to implement various comparison functions, now.
|
* playing w/ $Log$
|
||||||
* */
|
*
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user