aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-11-06 17:09:39 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-11-06 17:09:39 -0500
commit8455fd5e338624a76bd2e4b3176f51eeac76ff7b (patch)
tree9a42ed343d477515aa34b525f2ccdabea40026f7 /src/nvim/buffer_defs.h
parent7c7874d11b07167e3ed2b5a2fc21484ff1c6be34 (diff)
parent8386255803c6a643d05e158e2cba9bcb10a09b75 (diff)
downloadrneovim-8455fd5e338624a76bd2e4b3176f51eeac76ff7b.tar.gz
rneovim-8455fd5e338624a76bd2e4b3176f51eeac76ff7b.tar.bz2
rneovim-8455fd5e338624a76bd2e4b3176f51eeac76ff7b.zip
Merge pull request #1340 from elmart/remove-long_u
Remove project-specific integer types: long_u. (2)
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 4ea288c258..094d6dfd05 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -78,7 +78,6 @@ typedef struct wininfo_S wininfo_T;
typedef struct frame_S frame_T;
typedef int scid_T; /* script ID */
typedef struct file_buffer buf_T; /* forward declaration */
-typedef struct memfile memfile_T;
// for struct memline (it needs memfile_T)
#include "nvim/memline_defs.h"