From faa93bf085afe9be006d2e5f647c27463d65d660 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 31 Aug 2023 01:06:55 -0700 Subject: [PATCH] add calc v3 wishlist for v_type to become an enum --- value.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/value.h b/value.h index 5c4959d..8ffcc0b 100644 --- a/value.h +++ b/value.h @@ -131,7 +131,8 @@ struct value { /* - * Value types. + * Value types. XXX - for calc v3, make this and short v_type an enum - XXX + * XXX - consider CALC2_COMPAT in this regard as well - XXX * * NOTE: The following files should be checked/adjusted for a new type: *