diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-06-20 21:07:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 19:07:25 +0100 |
commit | 314858e2763e76e77029ea0b691d749c32939087 (patch) | |
tree | 697996061fc2d8b019306ddd02b4ea21fbdd2cb2 /configure.ac | |
parent | bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) (diff) | |
download | cpython-314858e2763e76e77029ea0b691d749c32939087.tar.gz cpython-314858e2763e76e77029ea0b691d749c32939087.tar.bz2 cpython-314858e2763e76e77029ea0b691d749c32939087.zip |
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Remove some remaining files and Makefile targets for the old parser
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3001cc87f95..70deefb6b9a 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then # If we're building out-of-tree, we need to make sure the following # resources get picked up before their $srcdir counterparts. # Objects/ -> typeslots.inc - # Include/ -> Python-ast.h, graminit.h + # Include/ -> Python-ast.h # Python/ -> importlib.h # (A side effect of this is that these resources will automatically be # regenerated when building out-of-tree, regardless of whether or not |