Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f4a55b

Browse files
committed
Change getbuiltin interface to get the name as an object.
1 parent a57fb01 commit 4f4a55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/bltinmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2424

2525
/* Built-in module interface */
2626

27-
extern object *getbuiltin PROTO((char *));
27+
extern object *getbuiltin PROTO((object *));

0 commit comments

Comments
 (0)