diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-09-10 10:36:02 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-09-10 10:36:02 +0000 |
commit | 81b3411cdf96d7160aad803388a8e522501646f6 (patch) | |
tree | e509e10c1be6e5513d27d5310b0f2d791b23761d /gcc/c-common.c | |
parent | ed5511d94eaa6e0ac388aad1999bf11d647d3906 (diff) | |
download | gcc-81b3411cdf96d7160aad803388a8e522501646f6.zip gcc-81b3411cdf96d7160aad803388a8e522501646f6.tar.gz gcc-81b3411cdf96d7160aad803388a8e522501646f6.tar.bz2 |
Move declarations and building code for common tree nodes to tree.[ch]
From-SVN: r29266
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 9dc881a..cd2baab 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -3482,11 +3482,6 @@ c_common_nodes_and_builtins (cplus_mode, no_builtins, no_nonansi_builtins) tree va_list_ptr_type_node; tree va_list_arg_type_node; -#ifdef BUILD_VA_LIST_TYPE - BUILD_VA_LIST_TYPE(va_list_type_node); -#else - va_list_type_node = ptr_type_node; -#endif pushdecl (build_decl (TYPE_DECL, get_identifier ("__builtin_va_list"), va_list_type_node)); |