aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-05-23 18:10:52 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-05-23 18:10:52 -0300
commit9e95c8aa331e3872253e7a06be32103b440bc97f (patch)
treed25a81cd37939466e5b9c8b33b3566f9aefbdf49 /src/nvim/map.h
parentf1e52c496ddb89f830cdbc4f23d756131106b97f (diff)
parent6c96e42e2c18bd6ae685b5a41c69b03954aa0375 (diff)
downloadrneovim-9e95c8aa331e3872253e7a06be32103b440bc97f.tar.gz
rneovim-9e95c8aa331e3872253e7a06be32103b440bc97f.tar.bz2
rneovim-9e95c8aa331e3872253e7a06be32103b440bc97f.zip
Merge branch 'use-uids-for-api-remote-objects'
Diffstat (limited to 'src/nvim/map.h')
-rw-r--r--src/nvim/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/map.h b/src/nvim/map.h
index ae47561deb..dba56dc5aa 100644
--- a/src/nvim/map.h
+++ b/src/nvim/map.h
@@ -21,6 +21,7 @@
MAP_DECLS(cstr_t)
MAP_DECLS(ptr_t)
+MAP_DECLS(uint64_t)
#define map_new(T) map_##T##_new
#define map_free(T) map_##T##_free