mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Replace map of vars with single element arrays
This commit is contained in:
		| @@ -645,7 +645,6 @@ GstInteger gst_endrange(GstInteger raw, uint32_t len); | ||||
| void gst_env_merge(Gst *vm, GstTable *destEnv, GstTable *srcEnv); | ||||
| GstTable *gst_env_nils(Gst *vm, GstTable *env); | ||||
| GstTable *gst_env_meta(Gst *vm, GstTable *env); | ||||
| GstTable *gst_env_vars(Gst *vm, GstTable *env); | ||||
| void gst_env_put(Gst *vm, GstTable *env, GstValue key, GstValue value); | ||||
| void gst_env_putc(Gst *vm, GstTable *env, const char *key, GstValue value); | ||||
| void gst_env_putvar(Gst *vm, GstTable *env, GstValue key, GstValue value); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose