diff options
| author | Guido van Rossum <guido@python.org> | 1994-09-29 09:42:55 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1994-09-29 09:42:55 +0000 |
| commit | fe3f1a256bc4f0c359ab843d5de517946916218f (patch) | |
| tree | a8b42e97bb6a3f7e851f4763384b72ef5f3feaf0 /Python/Makefile.in | |
| parent | 6989e54ebf020ce9b3b2ecd327afa650e0e27995 (diff) | |
| download | cpython-git-fe3f1a256bc4f0c359ab843d5de517946916218f.tar.gz | |
* 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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in index ba69a605ca..ef5b2efe35 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 \ |
