]> jfr.im git - solanum.git/blobdiff - include/client.h
Resolve shfit/reduce conflict in timespec production (#54)
[solanum.git] / include / client.h
index ba890b57d9b27191fc27d6b7b525198b83f59add..5a86061c61a401f117788e3655cdcecc1cdefb60 100644 (file)
@@ -539,6 +539,7 @@ struct ListClient
 #define IsNoForward(x)          ((x)->umodes & UMODE_NOFORWARD)
 
 #define SetGotId(x)             ((x)->flags |= FLAGS_GOTID)
+#define ClearGotId(x)           ((x)->flags &= ~FLAGS_GOTID)
 #define IsGotId(x)              (((x)->flags & FLAGS_GOTID) != 0)
 
 #define IsExemptKline(x)        ((x)->flags & FLAGS_EXEMPTKLINE)