summaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2014-01-13 14:46:27 -0800
committerAaron Plattner <aplattner@nvidia.com>2014-01-13 14:46:27 -0800
commitdfbf9ba4cc36aafd98510c79979571aad3ef905e (patch)
tree7565dd07b337efc3c4279c8d5de615fc4a8dfb2e /src/parse.h
parentcdee886d3b6998f22e203d5654df89543ab73b93 (diff)
331.38331.38
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h
index 5ae7baa..117c7f4 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -128,6 +128,7 @@ typedef struct _ParsedAttribute {
int target_id;
char *target_name;
int attr;
+ const AttributeTableEntry *attr_entry;
union {
int i;
float f;