mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Add first class symbol type.
This commit is contained in:
		| @@ -372,6 +372,7 @@ static int gst_continue_size(Gst *vm, uint32_t stackBase) { | ||||
|                 arity = pc[offset - 1]; | ||||
|                 /* Push new frame */ | ||||
|                 stack = gst_thread_beginframe(vm, &thread, temp, arity); | ||||
|                 if (stack == NULL) gst_error(vm, "expected function"); | ||||
|                 oldStack = stack - GST_FRAME_SIZE - gst_frame_prevsize(stack); | ||||
|                 /* Write arguments */ | ||||
|                 size = gst_frame_size(stack); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose