mirror of
https://github.com/janet-lang/janet
synced 2025-10-26 21:27:42 +00:00
More work on compiler. Start defining more dynamic
module system than originally planned.
This commit is contained in:
@@ -1120,7 +1120,6 @@ GstFunction *gst_compiler_compile(GstCompiler *c, GstValue form) {
|
||||
}
|
||||
/* Create a scope */
|
||||
opts.isTail = 1;
|
||||
compiler_push_scope(c, 0);
|
||||
compiler_return(c, compile_value(c, opts, form));
|
||||
def = compiler_gen_funcdef(c, c->buffer->count, 0);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user