diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-13 20:35:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-13 20:35:56 (GMT) |
commit | 820b51c1706a608aa4725aebc952266b4f9a8d36 (patch) | |
tree | b09526ad55b1e0ce7864010cdecd9d41339ff4ec /Python | |
parent | c477427eba42b52cd8217a6c19d4ce6fff284caf (diff) | |
download | cpython-820b51c1706a608aa4725aebc952266b4f9a8d36.zip cpython-820b51c1706a608aa4725aebc952266b4f9a8d36.tar.gz cpython-820b51c1706a608aa4725aebc952266b4f9a8d36.tar.bz2 |
#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 a001826..14a41d1 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] = { |