[Python-checkins] cpython (3.3): - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C

matthias.klose python-checkins at python.org
Wed Mar 20 20:39:45 CET 2013


http://hg.python.org/cpython/rev/f2cc3d8b88bb
changeset:   82845:f2cc3d8b88bb
branch:      3.3
parent:      82839:8d22b6ed44e6
user:        doko at ubuntu.com
date:        Wed Mar 20 12:38:50 2013 -0700
summary:
  - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C

files:
  .hgtouch |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/.hgtouch b/.hgtouch
--- a/.hgtouch
+++ b/.hgtouch
@@ -10,3 +10,6 @@
 Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py
 
 Objects/typeslots.inc: Include/typeslots.h Objects/typeslots.py
+
+Include/graminit.h: Grammar/Grammar Parser/acceler.c Parser/grammar1.c Parser/listnode.c Parser/node.c Parser/parser.c Parser/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.c Python/dynamic_annotations.c Python/mysnprintf.c Python/pyctype.c Parser/tokenizer_pgen.c Parser/printgrammar.c Parser/parsetok_pgen.c Parser/pgenmain.c
+Python/graminit.c: Include/graminit.h Grammar/Grammar Parser/acceler.c Parser/grammar1.c Parser/listnode.c Parser/node.c Parser/parser.c Parser/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.c Python/dynamic_annotations.c Python/mysnprintf.c Python/pyctype.c Parser/tokenizer_pgen.c Parser/printgrammar.c Parser/parsetok_pgen.c Parser/pgenmain.c

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list