diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-05 11:28:24 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-05 11:28:24 -0500 |
commit | e67715637ac92cabf253c5405fb1cfd23342fa24 (patch) | |
tree | 0037a08ef77716744f672b2e3e51c8923ebd5f27 /variable.h | |
parent | 0c3901b3a87c4c37fdd61d115d87ee6c753b4576 (diff) |
nested expressions, svalue
Diffstat (limited to 'variable.h')
-rw-r--r-- | variable.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ typedef struct { uint8_t fromc :1; uint8_t valtype :2; uint32_t value; + char *svalue; } variable; enum valtype { |