X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=173f12d44c0f8e5eb3a10b4a059c2855735efbb7;hb=70bc44ec2fd9f4033a6190868979991338ba6664;hp=dd0b52af2374295afd2ecc57c466a266259e6ab8;hpb=31dc797eb5178970d68962ca8939da3fd9a8efda;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index dd0b52a..173f12d 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -409,9 +409,7 @@ do_spec(char *sp) { register char *cp = sp; register int c; -#ifndef lint register int ljust = 0; -#endif /* not lint */ register int wid = 0; register char fill = ' ';