aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/memfile_defs.h')
-rw-r--r--src/nvim/memfile_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/memfile_defs.h b/src/nvim/memfile_defs.h
index 06a7dbe01a..8fe0a6aefb 100644
--- a/src/nvim/memfile_defs.h
+++ b/src/nvim/memfile_defs.h
@@ -11,7 +11,7 @@
/// Blocks numbered from 0 upwards have been assigned a place in the actual
/// file. The block number is equal to the page number in the file. The blocks
/// with negative numbers are currently in memory only.
-typedef long blocknr_T;
+typedef int64_t blocknr_T;
/// A hash item.
///