From c6be8e7ed2d66031270f88e123906f30944ea861 Mon Sep 17 00:00:00 2001 From: Skylake-dev <77413867+Skylake-dev@users.noreply.github.com> Date: Tue, 7 Jun 2022 16:26:50 +0200 Subject: [PATCH] fix include in calc.py --- doc/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 doc/calc.py diff --git a/doc/calc.py b/doc/calc.py old mode 100644 new mode 100755 index b222218..4b7890b --- a/doc/calc.py +++ b/doc/calc.py @@ -107,7 +107,7 @@ def on_exp(self, target, option, names, values): #include #include "Python.h" #define YYSTYPE void * - #include "tokens.h" + #include "tmp.tab.h" extern void *py_parser; extern void (*py_input)(PyObject *parser, char *buf, int *result, int max_size);