From: Alan T. DeKok Date: Tue, 16 Nov 2021 00:40:23 +0000 (-0500) Subject: T_HASH is the end of equality operators X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3183914c4d727db281e7c2ca5dd8e1418942a10c;p=thirdparty%2Ffreeradius-server.git T_HASH is the end of equality operators this change means we can add new operators without changing this definition --- diff --git a/src/lib/util/token.h b/src/lib/util/token.h index d69449e7ef..a634883d15 100644 --- a/src/lib/util/token.h +++ b/src/lib/util/token.h @@ -71,7 +71,7 @@ typedef enum fr_token { } fr_token_t; #define T_EQSTART T_OP_ADD -#define T_EQEND (T_OP_PREPEND + 1) +#define T_EQEND (T_HASH) /** Macro to use as dflt *