From 4f4a55b90c99d1d55ea850a5f24435c010e43e0e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 16 Aug 1991 08:55:53 +0000 Subject: Change getbuiltin interface to get the name as an object. --- Include/bltinmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Include/bltinmodule.h') diff --git a/Include/bltinmodule.h b/Include/bltinmodule.h index 41c11cc310..9ef706566c 100644 --- a/Include/bltinmodule.h +++ b/Include/bltinmodule.h @@ -24,4 +24,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Built-in module interface */ -extern object *getbuiltin PROTO((char *)); +extern object *getbuiltin PROTO((object *)); -- cgit v1.2.1