OSDN Git Service

* builtins.c (expand_builtin_saveregs): Remove static, remove exp
[pf3gnuchains/gcc-fork.git] / gcc / c-decl.c
index 0a4e7aa..fd57334 100644 (file)
@@ -119,6 +119,12 @@ tree char_type_node;
 tree integer_type_node;
 tree unsigned_type_node;
 
+/* These can't be part of the above array, since they are declared
+   individially in tree.h and used by the target routines.  */
+
+tree ptr_type_node;
+tree va_list_type_node;
+
 /* Two expressions that are constants with value zero.
    The first is of type `int', the second of type `void *'.  */