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:
Michael Reed
2015-01-14 00:38:28 -05:00
parent 9b4f6fbd33
commit d86ebc7afb
29 changed files with 51 additions and 59 deletions

View File

@@ -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.