This commit is contained in:
Russ Cox
2006-01-17 13:55:02 +00:00
parent f60d3735c6
commit 5572ebf9ed
8 changed files with 16 additions and 152 deletions

View File

@ -332,7 +332,6 @@ __ifmt(Fmt *f)
isv = 0;
vu = 0;
u = 0;
#ifndef PLAN9PORT
/*
* Unsigned verbs for ANSI C
*/
@ -346,7 +345,6 @@ __ifmt(Fmt *f)
fl &= ~(FmtSign|FmtSpace);
break;
}
#endif
if(f->r == 'p'){
u = (ulong)va_arg(f->args, void*);
f->r = 'x';