summaryrefslogtreecommitdiffstats
path: root/Python/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-09-29 09:42:55 (GMT)
committerGuido van Rossum <guido@python.org>1994-09-29 09:42:55 (GMT)
commitfe3f1a256bc4f0c359ab843d5de517946916218f (patch)
treea8b42e97bb6a3f7e851f4763384b72ef5f3feaf0 /Python/Makefile.in
parent6989e54ebf020ce9b3b2ecd327afa650e0e27995 (diff)
downloadcpython-fe3f1a256bc4f0c359ab843d5de517946916218f.zip
cpython-fe3f1a256bc4f0c359ab843d5de517946916218f.tar.gz
cpython-fe3f1a256bc4f0c359ab843d5de517946916218f.tar.bz2
* 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
Diffstat (limited to 'Python/Makefile.in')
-rw-r--r--Python/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 @@ OBJS= \
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 \