vim: move long_u from vim.h to types.h

Seems to make no difference to the main binary, but it helps the tests a bit
further along.
This commit is contained in:
Nicolas Hillegeer
2014-07-06 17:13:28 +02:00
parent 08fad0f8f6
commit fb72f1ee37
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#ifndef NVIM_MEMFILE_DEFS_H
#define NVIM_MEMFILE_DEFS_H
#include "nvim/types.h"
typedef struct block_hdr bhdr_T;
typedef long blocknr_T;