small bug found after strength test

This commit is contained in:
"Vladimir N. Oleynik" 2005-09-19 10:26:45 +00:00
parent 9ed109429b
commit 4cbe45934e

View File

@ -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 <dzo@simtreas.ru> * Copyright (C) 2005 by Vladimir Oleynik <dzo@simtreas.ru>
* mmaping file may be originally by Linus Torvalds. * mmaping file may be originally by Linus Torvalds.
@ -419,6 +419,7 @@ static void c_lex(const char *fname, long fsize)
put_id(c); put_id(c);
getc1(); getc1();
} }
c = 0;
ungetc1(); ungetc1();
state = DV; state = DV;
continue; continue;