aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 5f8b145..6d37860 100644
--- a/tcc.h
+++ b/tcc.h
@@ -285,6 +285,7 @@ typedef struct AttributeDef {
resize : 1,
fill : 10;
struct Section *section;
+ int alias_target; /* token */
} AttributeDef;
/* gr: wrappers for casting sym->r for other purposes */