X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/1caa23ff879cec7f8f36b32a987f0610291ef177..763e458ff3a1cb4f9d11226db91f17069f7b8f7a:/conffile_internal.h diff --git a/conffile_internal.h b/conffile_internal.h index 073ab26..44d0ac7 100644 --- a/conffile_internal.h +++ b/conffile_internal.h @@ -23,6 +23,8 @@ typedef cstring_t atom_t; #define T_ALIST 17 #define T_ERROR 20 +#define T_IS_PRIMITIVE(NTYPE) ((NTYPE) < T_ASSIGNMENT) + struct p_node { uint32_t type; struct cloc loc;