diff options
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; |