From c6c5301c5bace70c44ec17090cb698e63e5199a3 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 1 Mar 2020 23:52:45 +0000 Subject: [PATCH] #define P_NONE (0) Could sear I'd already done this. --- src/sbbs3/sbbsdefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h index 38293bed02..22bc633562 100644 --- a/src/sbbs3/sbbsdefs.h +++ b/src/sbbs3/sbbsdefs.h @@ -750,6 +750,7 @@ typedef enum { /* Values for xtrn_t.event */ #define K_TRIM (1L<<23) /* Trimmed white-space */ /* Bits in 'mode' for putmsg and printfile */ +#define P_NONE 0 /* No mode flags */ #define P_NOABORT (1<<0) /* Disallows abortion of a message */ #define P_SAVEATR (1<<1) /* Save the new current attributes after */ /* msg has printed. */ -- GitLab