diff options
author | Georg Brandl <georg@python.org> | 2014-01-27 06:56:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-27 06:56:59 (GMT) |
commit | 03f873d2df9497d15ccef336feedc21491d870ca (patch) | |
tree | 30a1d0b8339bd326d31b9c2b24c59cc307ec4c3c /.hgtouch | |
parent | a814533d643974c7123ce0af48dbe87a095d2792 (diff) | |
download | cpython-03f873d2df9497d15ccef336feedc21491d870ca.zip cpython-03f873d2df9497d15ccef336feedc21491d870ca.tar.gz cpython-03f873d2df9497d15ccef336feedc21491d870ca.tar.bz2 |
.hgtouch: add a rule for Include/Python-ast.h
Diffstat (limited to '.hgtouch')
-rw-r--r-- | .hgtouch | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py -Python/Python-ast.c: Include/ast.h +Include/Python-ast.h: Include/ast.h +Python/Python-ast.c: Include/Python-ast.h Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py |