From fe3f1a256bc4f0c359ab843d5de517946916218f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 29 Sep 1994 09:42:55 +0000 Subject: * 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 --- Python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/Makefile.in') 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 \ -- cgit v1.2.1