From 903a9444a84b4af2c947e15d08968f9e990ae2bc Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 25 Dec 2005 16:28:48 +0000 Subject: [PATCH] Repair longstanding damage introduced by the AST merge: - Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now. --- PCbuild/pythoncore.vcproj | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index d220d35138..aceb7652dc 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -2485,9 +2485,6 @@ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/> - - + RelativePath="..\Parser\tokenizer.c"> + + + + + + + + + -- 2.40.0