mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(build): fix invalid use of EXITFREE
fixup 6942528
refactor(ui): ui_log() can now just be a function
This commit is contained in:
parent
aaea48aac6
commit
659234c95a
@ -71,7 +71,7 @@ static const char *uilog_last_event = NULL;
|
||||
|
||||
static void ui_log(const char *funname)
|
||||
{
|
||||
# ifndef EXITFREE
|
||||
# ifdef EXITFREE
|
||||
if (entered_free_all_mem) {
|
||||
return; // do nothing, we cannot log now
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user