Change getbuiltin interface to get the name as an object.
This commit is contained in:
parent
a57fb011f1
commit
4f4a55b90c
|
@ -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 *));
|
||||
|
|
Loading…
Reference in New Issue