Kaydet (Commit) 4f4a55b9 authored tarafından Guido van Rossum's avatar Guido van Rossum

Change getbuiltin interface to get the name as an object.

üst a57fb011
......@@ -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 *));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment