Commit 91979192 authored by Taddeus Kroes's avatar Taddeus Kroes

Added Lexer file to removal hitlist.

parent a419a7b3
......@@ -563,7 +563,7 @@ cdef class ParserEngine:
if parser.verbose:
print 'deleting temporary bison output files:'
for f in [parser.bisonCFile, parser.bisonHFile]:
for f in [parser.bisonCFile, parser.bisonHFile, parser.flexCFile]:
if parser.verbose:
print 'rm %s' % f
......
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