From 820b51c1706a608aa4725aebc952266b4f9a8d36 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 13 Apr 2008 20:35:56 +0000 Subject: #2627 Let it be known what pgen generates --- Python/graminit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Python') 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] = { -- cgit v1.2.1