diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2008-07-04 14:38:46 +0200 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2008-07-04 14:38:46 +0200 |
commit | 1d79e31d96c322196a37c897c4cf02672416aae0 (patch) | |
tree | 0e9e7ec0b2245baf28771eddb44c22187087a92f /gcc/c-common.c | |
parent | 48325d73d3745ac658a623db37f661adab495d0e (diff) | |
download | gcc-1d79e31d96c322196a37c897c4cf02672416aae0.zip gcc-1d79e31d96c322196a37c897c4cf02672416aae0.tar.gz gcc-1d79e31d96c322196a37c897c4cf02672416aae0.tar.bz2 |
Revert 137452.
From-SVN: r137457
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 2224a21..3a63384 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4002,20 +4002,6 @@ c_common_nodes_and_builtins (void) lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, get_identifier ("__builtin_va_list"), va_list_type_node)); -#ifdef TARGET_ENUM_VA_LIST - { - int l; - const char *pname; - tree ptype; - for (l = 0; TARGET_ENUM_VA_LIST (l, &pname, &ptype); ++l) - { - lang_hooks.decls.pushdecl - (build_decl (TYPE_DECL, get_identifier (pname), - ptype)); - - } - } -#endif if (TREE_CODE (va_list_type_node) == ARRAY_TYPE) { |