mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
refactor: replace TRUE/FALSE macros with C99 true/false
This commit is contained in:
@@ -101,7 +101,7 @@ typedef struct memfile {
|
||||
blocknr_T mf_neg_count; /// number of negative blocks numbers
|
||||
blocknr_T mf_infile_count; /// number of pages in the file
|
||||
unsigned mf_page_size; /// number of bytes in a page
|
||||
bool mf_dirty; /// TRUE if there are dirty blocks
|
||||
bool mf_dirty; /// true if there are dirty blocks
|
||||
} memfile_T;
|
||||
|
||||
#endif // NVIM_MEMFILE_DEFS_H
|
||||
|
Reference in New Issue
Block a user