aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/decl.c')
-rw-r--r--gcc/ch/decl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c
index f69b88c..84c7b2d 100644
--- a/gcc/ch/decl.c
+++ b/gcc/ch/decl.c
@@ -374,6 +374,9 @@ tree void_list_node;
/* Nodes for types `void *' and `const void *'. */
tree ptr_type_node, const_ptr_type_node;
+/* __builtin_va_list; not used by chill, but referenced in target files. */
+tree va_list_type_node;
+
/* type of initializer structure, which points to
a module's module-level code, and to the next
such structure. */