summaryrefslogtreecommitdiffstats
path: root/Parser/pegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/pegen.h')
-rw-r--r--Parser/pegen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Parser/pegen.h b/Parser/pegen.h
index 8720e60..66de75c 100644
--- a/Parser/pegen.h
+++ b/Parser/pegen.h
@@ -4,7 +4,7 @@
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <token.h>
-#include <Python-ast.h>
+#include <pycore_ast.h>
#if 0
#define PyPARSE_YIELD_IS_KEYWORD 0x0001
@@ -101,7 +101,7 @@ typedef struct {
arg_ty kwarg;
} StarEtc;
-typedef struct { operator_ty kind; } AugOperator;
+typedef struct { operator_ty kind; } AugOperator;
typedef struct {
void *element;
int is_keyword;