Change getbuiltin interface to get the name as an object.

This commit is contained in:
Guido van Rossum 1991-08-16 08:55:53 +00:00
parent a57fb011f1
commit 4f4a55b90c
1 changed files with 1 additions and 1 deletions

View File

@ -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 *));