E NEARDATA winid WIN_MAP, WIN_INVEN;
E nhwchar toplines[];
+/* pline (et al) for a single string argument (suppress compiler warning) */
+#define pline1(cstr) pline("%s", cstr)
+#define Your1(cstr) Your("%s", cstr)
+#define You1(cstr) You("%s", cstr)
+#define verbalize1(cstr) verbalize("%s", cstr)
+#define You_hear1(cstr) You_hear("%s", cstr)
+#define Sprintf1(buf, cstr) Sprintf(buf, "%s", cstr)
+#define panic1(cstr) panic(cstr)
+
#ifndef TCAP_H
E struct tc_gbl_data { /* also declared in tcap.h */
char *tc_AS, *tc_AE; /* graphics start and end (tty font swapping) */