commit | 820b51c1706a608aa4725aebc952266b4f9a8d36 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Apr 13 20:35:56 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Apr 13 20:35:56 2008 +0000 |
tree | b09526ad55b1e0ce7864010cdecd9d41339ff4ec | |
parent | c477427eba42b52cd8217a6c19d4ce6fff284caf [diff] |
#2627 Let it be known what pgen generates
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