aboutsummaryrefslogtreecommitdiffstats
path: root/variable.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-02-05 11:28:24 -0500
committerClyne Sullivan <tullivan99@gmail.com>2018-02-05 11:28:24 -0500
commite67715637ac92cabf253c5405fb1cfd23342fa24 (patch)
tree0037a08ef77716744f672b2e3e51c8923ebd5f27 /variable.h
parent0c3901b3a87c4c37fdd61d115d87ee6c753b4576 (diff)
nested expressions, svalue
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h1
1 files changed, 1 insertions, 0 deletions
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 {