mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -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_HEADERS *.h)
|
||||
file(GLOB XDIFF_SOURCES xdiff/*.c)
|
||||
file(GLOB XDIFF_HEADERS xdiff/*.h)
|
||||
file(GLOB XDIFF_SOURCES ../xdiff/*.c)
|
||||
file(GLOB XDIFF_HEADERS ../xdiff/*.h)
|
||||
|
||||
foreach(subdir
|
||||
os
|
||||
|
@ -119,7 +119,7 @@ typedef struct s_bdiffparam {
|
||||
long bsize;
|
||||
} bdiffparam_t;
|
||||
|
||||
#include "../memory.h"
|
||||
#include "../nvim/memory.h"
|
||||
|
||||
#define xdl_malloc(x) xmalloc((x))
|
||||
#define xdl_free(ptr) xfree(ptr)
|
Loading…
Reference in New Issue
Block a user