From: "Vladimir N. Oleynik" Date: Mon, 19 Sep 2005 10:26:45 +0000 (-0000) Subject: small bug found after strength test X-Git-Tag: 1_1_0~709 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cbe45934ec2352d87118d0d7a52ff926909a1eb;p=platform%2Fupstream%2Fbusybox.git small bug found after strength test --- diff --git a/scripts/bb_mkdep.c b/scripts/bb_mkdep.c index 4af42b8..e1e4c63 100644 --- a/scripts/bb_mkdep.c +++ b/scripts/bb_mkdep.c @@ -1,5 +1,5 @@ /* - * Another fast dependencies generator for Makefiles, Version 2.1 + * Another fast dependencies generator for Makefiles, Version 2.2 * * Copyright (C) 2005 by Vladimir Oleynik * mmaping file may be originally by Linus Torvalds. @@ -419,6 +419,7 @@ static void c_lex(const char *fname, long fsize) put_id(c); getc1(); } + c = 0; ungetc1(); state = DV; continue;