From 5b17c5e1e9f0644a51f266ad83fec533469234df Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 19 Oct 2024 21:14:19 +1100 Subject: [PATCH] Comment tweak --- source/toy_value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/toy_value.h b/source/toy_value.h index 22925e4..9901e92 100644 --- a/source/toy_value.h +++ b/source/toy_value.h @@ -16,7 +16,7 @@ typedef enum Toy_ValueType { TOY_VALUE_FUNCTION, TOY_VALUE_OPAQUE, - //TODO: type, any + //TODO: type, any, consider 'stack' as a possible addition } Toy_ValueType; //8 bytes in size