From 72c2b70736de1df2affd5ded566d38939d6564a6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 9 Jun 2018 09:00:11 +0100 Subject: [PATCH] Make logblank_t a typedef. It seems especially silly for a structure whose name ends in _t to have to have the 'struct' prefix! --- defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defs.h b/defs.h index 55468241..bfdf345d 100644 --- a/defs.h +++ b/defs.h @@ -62,6 +62,8 @@ typedef struct ptrlen { size_t len; } ptrlen; +typedef struct logblank_t logblank_t; + /* Do a compile-time type-check of 'to_check' (without evaluating it), * as a side effect of returning the value 'to_return'. Note that * although this macro double-*expands* to_return, it always