pager.c: flagging pointer args non vs non-null

Yesterday I said that I'd done all of pager.c and part of objnam.c,
but I was talking about the prototypes in extern.h.  This does more
of the same, this time for the local prototypes in pager.c so "all of
pager.c" should be accurate now.
This commit is contained in:
PatR
2023-12-21 09:47:52 -08:00
parent 5b5e547791
commit 0ab44ba89c
2 changed files with 27 additions and 19 deletions

View File

@@ -439,7 +439,7 @@ typedef genericptr genericptr_t; /* (void *) or (char *) */
#define NONNULLS_DEFINED
#endif /* NONNULLS_DEFINED */
#ifndef NO_NNARGS
#define NO_NNARGS
#define NO_NNARGS /*empty*/
#endif /* NO_NNARGS */
/*