summaryrefslogtreecommitdiff
path: root/Include/bltinmodule.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-08-16 08:55:53 +0000
committerGuido van Rossum <guido@python.org>1991-08-16 08:55:53 +0000
commit4f4a55b90c99d1d55ea850a5f24435c010e43e0e (patch)
tree5ee99cad8213d30d454dbf4e3b9457bd7ea57f78 /Include/bltinmodule.h
parenta57fb011f17bd0f382f6d0a81e8733d81ee34353 (diff)
downloadcpython-git-4f4a55b90c99d1d55ea850a5f24435c010e43e0e.tar.gz
Change getbuiltin interface to get the name as an object.
Diffstat (limited to 'Include/bltinmodule.h')
-rw-r--r--Include/bltinmodule.h2
1 files changed, 1 insertions, 1 deletions
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 *));