From 903a9444a84b4af2c947e15d08968f9e990ae2bc Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 25 Dec 2005 16:28:48 +0000 Subject: 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 d220d35..aceb765 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -2486,9 +2486,6 @@ - - @@ -3227,7 +3224,31 @@ + RelativePath="..\Parser\tokenizer.c"> + + + + + + + + + -- cgit v0.12