diff --git a/util/ego/ic/ic_io.c b/util/ego/ic/ic_io.c index 017ff1e60..4bb56b6e9 100644 --- a/util/ego/ic/ic_io.c +++ b/util/ego/ic/ic_io.c @@ -91,11 +91,8 @@ offset get_off() { } STATIC make_string(n) int n; { - register char *s; - extern char *sprintf(); - s=sprintf(string,".%u",n); - assert(s == string); + sprintf(string,".%u",n); } STATIC inident() {