mirror of
https://github.com/janet-lang/janet
synced 2025-11-08 11:33:02 +00:00
Add wrapping functions for easy conversion between c api and
internal values.
This commit is contained in:
@@ -21,7 +21,7 @@ struct GstCompiler {
|
||||
void gst_compiler(GstCompiler *c, Gst *vm);
|
||||
|
||||
/* Add many globals */
|
||||
void gst_compiler_globals(GstCompiler *c, GstObject *env);
|
||||
void gst_compiler_globals(GstCompiler *c, GstValue env);
|
||||
|
||||
/* Register a global for the compilation environment. */
|
||||
void gst_compiler_global(GstCompiler *c, const char *name, GstValue x);
|
||||
|
||||
Reference in New Issue
Block a user