aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_tree.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-07-28 15:19:38 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-07-28 15:19:38 -0700
commitb133137a1f0341f9e21b622448bf5d5056c53046 (patch)
treee7903ede24052ebe81852bfd3436ebc8463af639 /parse_tree.h
parent9dc91925e7bf4dc43936f7657a1a85cbd1ec4909 (diff)
Removed templates (yay)
Diffstat (limited to 'parse_tree.h')
-rw-r--r--parse_tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse_tree.h b/parse_tree.h
index ef7678f5..c5386425 100644
--- a/parse_tree.h
+++ b/parse_tree.h
@@ -137,6 +137,9 @@ public:
/* Type-dependent data */
uint32_t tag;
+
+ /* Which production was used */
+ uint8_t production_idx;
/* Description */
wcstring describe(void) const;