diff options
| author | Guido van Rossum <guido@python.org> | 1990-12-20 15:06:42 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1990-12-20 15:06:42 +0000 |
| commit | badc12f65168c9a664ee07e6d10b57aaded4caee (patch) | |
| tree | e932e31cb9381f40b7c87c377638216c043b5cfc /Python/graminit.c | |
| parent | e0c000df2666787beacb844e3529ad148114e1bf (diff) | |
| download | cpython-badc12f65168c9a664ee07e6d10b57aaded4caee.tar.gz | |
"Compiling" version
Diffstat (limited to 'Python/graminit.c')
| -rw-r--r-- | Python/graminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/graminit.c b/Python/graminit.c index c5ea23ebff..375a2390f7 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -1,4 +1,4 @@ -#include "PROTO.h" +#include "pgenheaders.h" #include "grammar.h" static arc arcs_0_0[3] = { {2, 1}, |
