mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
parent
69f4438d35
commit
fbe88ef8f5
@ -87,8 +87,8 @@ file(MAKE_DIRECTORY ${LINT_SUPPRESSES_ROOT}/src)
|
|||||||
|
|
||||||
file(GLOB NVIM_SOURCES *.c)
|
file(GLOB NVIM_SOURCES *.c)
|
||||||
file(GLOB NVIM_HEADERS *.h)
|
file(GLOB NVIM_HEADERS *.h)
|
||||||
file(GLOB XDIFF_SOURCES xdiff/*.c)
|
file(GLOB XDIFF_SOURCES ../xdiff/*.c)
|
||||||
file(GLOB XDIFF_HEADERS xdiff/*.h)
|
file(GLOB XDIFF_HEADERS ../xdiff/*.h)
|
||||||
|
|
||||||
foreach(subdir
|
foreach(subdir
|
||||||
os
|
os
|
||||||
|
@ -119,7 +119,7 @@ typedef struct s_bdiffparam {
|
|||||||
long bsize;
|
long bsize;
|
||||||
} bdiffparam_t;
|
} bdiffparam_t;
|
||||||
|
|
||||||
#include "../memory.h"
|
#include "../nvim/memory.h"
|
||||||
|
|
||||||
#define xdl_malloc(x) xmalloc((x))
|
#define xdl_malloc(x) xmalloc((x))
|
||||||
#define xdl_free(ptr) xfree(ptr)
|
#define xdl_free(ptr) xfree(ptr)
|
Loading…
Reference in New Issue
Block a user