* Python/{modsupport.c,getargs.c,Makefile.in},
Include/modsupport.h: moved getargs() to its own file and
re-implemented it entirely to support optional arguments, multiple
arguments without surrounding parentheses
(when called as newgetargs()), and better error messages
diff --git a/Python/Makefile.in b/Python/Makefile.in
index ba69a60..ef5b2ef 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -34,7 +34,7 @@
ceval.o cgensupport.o compile.o \
errors.o \
frozenmain.o \
- getmtime.o graminit.o \
+ getargs.o getmtime.o graminit.o \
import.o \
marshal.o modsupport.o mystrtoul.o \
pythonmain.o pythonrun.o \