From e67715637ac92cabf253c5405fb1cfd23342fa24 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 5 Feb 2018 11:28:24 -0500 Subject: nested expressions, svalue --- variable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variable.h') diff --git a/variable.h b/variable.h index b0f27d2..067ce13 100644 --- a/variable.h +++ b/variable.h @@ -8,6 +8,7 @@ typedef struct { uint8_t fromc :1; uint8_t valtype :2; uint32_t value; + char *svalue; } variable; enum valtype { -- cgit v1.2.3