summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-25 17:26:23 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-25 17:26:23 +0000
commit789e953de57909e311920bd41b510f447e8ad36d (patch)
tree96454d48a51282ec077d7a1fa0b1317dd6765722 /gcc/c-family/c-common.c
parent4d7a5fd9680d13dd7544868e418d7eb7f4a9f788 (diff)
downloadgcc-789e953de57909e311920bd41b510f447e8ad36d.tar.gz
* c-common.c (def_fn_type): Remove extra va_end.
* gcc-interface/utils.c (def_fn_type): Remove extra va_end. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r--gcc/c-family/c-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c
index b822553ed87..2d4e4927c74 100644
--- a/gcc/c-family/c-common.c
+++ b/gcc/c-family/c-common.c
@@ -4451,7 +4451,6 @@ def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...)
goto egress;
args[i] = t;
}
- va_end (list);
t = builtin_types[ret];
if (t == error_mark_node)