+1999-07-25 Richard Henderson <rth@cygnus.com>
+
+ * decl.c (va_list_type_node): New.
+
1999-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (CHILL.stage1): Depend on stage1-start.
/* 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. */
+1999-07-25 Richard Henderson <rth@cygnus.com>
+
+ * decl.c (va_list_type_node): New.
+
1999-07-25 Anthony Green <green@cygnus.com>
* gjavah.c (print_stub): New function.
tree soft_ldiv_node;
tree soft_lrem_node;
+/* __builtin_va_list; unused by java, but referenced by target files. */
+tree va_list_type_node;
/* Build (and pushdecl) a "promoted type" for all standard
types shorter than int. */