ccxvii / mujs

An embeddable Javascript interpreter in C.
http://mujs.com/
ISC License
813 stars 98 forks source link

remove js_settop from mujs.h because it has no implemtation. #92

Closed synich closed 5 years ago

synich commented 5 years ago

I found js_settop has no implemtation, use js_pop instead of js_settop,so remove js_settop from mujs.h?

ccxvii commented 5 years ago

Yeah. I never found myself needing it, so removing it is fine.