diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-13 20:35:56 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-13 20:35:56 +0000 |
commit | 820b51c1706a608aa4725aebc952266b4f9a8d36 (patch) | |
tree | b09526ad55b1e0ce7864010cdecd9d41339ff4ec /Python | |
parent | c477427eba42b52cd8217a6c19d4ce6fff284caf (diff) | |
download | cpython-git-820b51c1706a608aa4725aebc952266b4f9a8d36.tar.gz |
#2627 Let it be known what pgen generates
Diffstat (limited to 'Python')
-rw-r--r-- | Python/graminit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/graminit.c b/Python/graminit.c index a0018265fd..14a41d1b2e 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -1,3 +1,5 @@ +/* Generated by Parser/pgen */ + #include "pgenheaders.h" #include "grammar.h" static arc arcs_0_0[3] = { |