Index: dist/src/PC/config.c =================================================================== RCS file: /cvsroot/python/python/dist/src/PC/config.c,v retrieving revision 1.34.2.2 diff -u -r1.34.2.2 config.c --- dist/src/PC/config.c 7 Jan 2005 07:04:11 -0000 1.34.2.2 +++ dist/src/PC/config.c 11 Jan 2005 22:08:58 -0000 @@ -121,7 +121,6 @@ {"mmap", initmmap}, {"_csv", init_csv}, {"_sre", init_sre}, - {"parser", initparser}, {"_winreg", init_winreg}, {"datetime", initdatetime}, Index: dist/src/PCbuild/pythoncore.vcproj =================================================================== RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v retrieving revision 1.26.2.1 diff -u -r1.26.2.1 pythoncore.vcproj --- dist/src/PCbuild/pythoncore.vcproj 7 Jan 2005 07:04:32 -0000 1.26.2.1 +++ dist/src/PCbuild/pythoncore.vcproj 11 Jan 2005 22:09:04 -0000 @@ -3,6 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="pythoncore" + ProjectGUID="{7AFA1F0B-A8A1-455A-A832-BF263404BBEF}" SccProjectName="pythoncore" SccLocalPath=".."> @@ -478,6 +479,12 @@ + + + + @@ -802,34 +809,10 @@ + RelativePath="..\Objects\codeobject.c"> - - - - - - - - - + RelativePath="..\Modules\collectionsmodule.c"> @@ -1186,6 +1169,9 @@ + + @@ -1621,6 +1607,9 @@ + + @@ -2275,6 +2264,9 @@ + + @@ -2410,9 +2402,6 @@ - - @@ -2440,6 +2429,9 @@ + + @@ -2524,6 +2516,9 @@ RelativePath="..\Python\pystrtod.c"> + + @@ -3064,31 +3059,7 @@ - - - - - - - - - + RelativePath="..\Parser\tokenizer_pgen.c"> Index: dist/src/python/newcompile.c =================================================================== RCS file: /cvsroot/python/python/dist/src/Python/Attic/newcompile.c,v retrieving revision 1.1.2.100 diff -u -r1.1.2.100 newcompile.c --- dist/src/python/newcompile.c 24 Apr 2004 03:54:02 -0000 1.1.2.100 +++ dist/src/python/newcompile.c 11 Jan 2005 22:09:09 -0000 @@ -188,7 +188,7 @@ static PyCodeObject *assemble(struct compiler *, int addNone); -static char *opnames[]; +/*static*/ char *opnames[]; static PyObject *__doc__; PyObject *