mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
refactor: move extern variables out of _defs.h files (#26320)
This commit is contained in:
@@ -121,6 +121,9 @@ static inline void clearpos(pos_T *a)
|
||||
a->coladd = 0;
|
||||
}
|
||||
|
||||
/// Global marks (marks with file number or name)
|
||||
EXTERN xfmark_T namedfm[NGLOBALMARKS] INIT( = { 0 });
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "mark.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user