mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
struct vim_state;
|
||||
|
||||
typedef struct vim_state VimState;
|
||||
|
||||
typedef int (*state_check_callback)(VimState *state);
|
||||
|
Reference in New Issue
Block a user