comment bit

This commit is contained in:
nhmall
2023-12-20 20:07:33 -05:00
parent d0e43523d7
commit 92d3d6ed5f

View File

@@ -2162,7 +2162,7 @@ extern const char *shield_simple_name(struct obj *) NONNULL NO_NONNULLS;
extern const char *shirt_simple_name(struct obj *) NONNULL NO_NONNULLS;
extern const char *mimic_obj_name(struct monst *) NONNULL NONNULLARG1;
/* safe_qbuf() contains tests for NULL arg2 and arg3, qprefix and qsuffix,
preventing use of NONNULLPTRS. NONNULLARG14567 is not defined */
preventing use of NONNULLPTRS. */
extern char *safe_qbuf(char *, const char *, const char *, struct obj *,
char * (*)(struct obj *), char * (*)(struct obj *),
const char *) NONNULL NONNULLARG14;