mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Merge branch 'master' into ev
This commit is contained in:
		| @@ -282,6 +282,8 @@ static Janet cfun_io_fclose(int32_t argc, Janet *argv) { | ||||
|         iof->flags |= JANET_FILE_CLOSED; | ||||
|         if (status == -1) janet_panic("could not close file"); | ||||
|         return janet_wrap_integer(WEXITSTATUS(status)); | ||||
| #else | ||||
|         return janet_wrap_nil(); | ||||
| #endif | ||||
|     } else { | ||||
|         if (fclose(iof->file)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose