Commit 91c3c0a8 by Richard Kenner

(attr_printf): Remove `register' from decl of FMT.

From-SVN: r6700
parent 4dd24d60
......@@ -730,7 +730,7 @@ attr_printf VPROTO((register int len, register char *fmt, ...))
{
#ifndef __STDC__
register int len;
register char *fmt;
char *fmt;
#endif
va_list p;
register char *str;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment