diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2014-01-13 14:46:27 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2014-01-13 14:46:27 -0800 |
commit | dfbf9ba4cc36aafd98510c79979571aad3ef905e (patch) | |
tree | 7565dd07b337efc3c4279c8d5de615fc4a8dfb2e /src/parse.h | |
parent | cdee886d3b6998f22e203d5654df89543ab73b93 (diff) |
331.38331.38
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 1 |
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; |