mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Macro cleanup: PROTO
Regarding dict_lookup() in eval.c: both definitions are the same, the only difference being the spacing between the indirection operator and the indentation level.
This commit is contained in:
@@ -128,7 +128,7 @@ static int undo_undoes = FALSE;
|
||||
|
||||
static int lastmark = 0;
|
||||
|
||||
#if defined(U_DEBUG) || defined(PROTO)
|
||||
#if defined(U_DEBUG)
|
||||
/*
|
||||
* Check the undo structures for being valid. Print a warning when something
|
||||
* looks wrong.
|
||||
|
Reference in New Issue
Block a user