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

Skip to content

Commit a049031

Browse files
committed
Added call_object interface
1 parent 83bf35c commit a049031

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Include/ceval.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2727

2828
object *eval_code PROTO((codeobject *, object *, object *, object *));
2929

30+
object *call_object PROTO((object *, object *));
31+
3032
object *getglobals PROTO((void));
3133
object *getlocals PROTO((void));
3234

0 commit comments

Comments
 (0)