aboutsummaryrefslogtreecommitdiffstats
path: root/variable.h
diff options
context:
space:
mode:
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 {