summaryrefslogtreecommitdiffstats
path: root/Parser/listnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/listnode.c')
-rw-r--r--Parser/listnode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Parser/listnode.c b/Parser/listnode.c
index 3bcc03e..c806b98 100644
--- a/Parser/listnode.c
+++ b/Parser/listnode.c
@@ -2,8 +2,8 @@
/* List a node on a file */
#include "Python.h"
-#include "pycore_interp.h" // PyInterpreterState.parser
-#include "pycore_pystate.h" // _PyInterpreterState_GET
+#include "pycore_interp.h" // PyInterpreterState.parser
+#include "pycore_pystate.h" // _PyInterpreterState_GET()
#include "token.h"
#include "node.h"