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 /Include/graminit.h | |
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 'Include/graminit.h')
-rw-r--r-- | Include/graminit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/graminit.h b/Include/graminit.h index 76da6a4..38b4dac 100644 --- a/Include/graminit.h +++ b/Include/graminit.h @@ -1,3 +1,5 @@ +/* Generated by Parser/pgen */ + #define single_input 256 #define file_input 257 #define eval_input 258 |