Bug 893976 - Don't create xpidl_debug and avoid LALR tables generation message. r=ted

This commit is contained in:
Mike Hommey 2013-07-30 08:57:27 +09:00
Родитель 6f4872e2a3
Коммит 3ab1c9fa0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1485,7 +1485,7 @@ class IDLParser(object):
optimize=1)
self.parser = yacc.yacc(module=self,
outputdir=outputdir,
debugfile='xpidl_debug',
debug=0,
tabmodule='xpidlyacc',
optimize=1)