commit d9044484307482d2ce8e258f6e3897ee0d36d329
parent 7dbb86654df902f9b7767f78bee7ad213215fec1
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 23 Dec 2020 14:36:14 -0500
Remove TODO regarding stretchy constants
This is going to be more trouble than it's worth.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/include/expr.h b/include/expr.h
@@ -83,7 +83,6 @@ struct expression_binding {
struct expression_binding *next;
};
-// TODO: Stretchy constants
union expression_constant {
bool bval;
struct {