mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(ui): fix fragile UI_CALL macro invocation (#21656)
Fixup #21605 Depending on the phase of the moon, UI_CALL expanding UI_LOG expanding the default value of entered_free_all_mem might or might not work.
This commit is contained in:
parent
c889f75436
commit
19591e9918
@ -115,10 +115,6 @@ static char uilog_last_event[1024] = { 0 };
|
|||||||
# include "ui_events_call.generated.h"
|
# include "ui_events_call.generated.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef EXITFREE
|
|
||||||
# undef entered_free_all_mem
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void ui_init(void)
|
void ui_init(void)
|
||||||
{
|
{
|
||||||
default_grid.handle = 1;
|
default_grid.handle = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user