NO_NONNULLS -> NO_NNARGS

I find:
    extern char *an(const char *) NONNULL NO_NNARGS;

slightly better than this:
    extern char *an(const char *) NONNULL NO_NONNULLS;
This commit is contained in:
nhmall
2023-12-20 22:26:16 -05:00
parent ab74019dcb
commit c3ce08b794
7 changed files with 128 additions and 128 deletions

View File

@@ -438,9 +438,9 @@ typedef genericptr genericptr_t; /* (void *) or (char *) */
#define NONNULLARG45
#define NONNULLS_DEFINED
#endif /* NONNULLS_DEFINED */
#ifndef NO_NONNULLS
#define NO_NONNULLS
#endif /* NO_NONNULLS */
#ifndef NO_NNARGS
#define NO_NNARGS
#endif /* NO_NNARGS */
/*
* Allow gcc and clang to catch the use of non-C99 functions that