From f1aae2393344a21675bc3d5f3c24f9b555c5744b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 20 Jan 2015 21:58:17 +0200 Subject: Remove unneeded calls to make_aname. --- gawkapi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gawkapi.c') diff --git a/gawkapi.c b/gawkapi.c index 06f31929..fc6e159a 100644 --- a/gawkapi.c +++ b/gawkapi.c @@ -790,7 +790,6 @@ api_set_array_element(awk_ext_id_t id, awk_array_t a_cookie, elem->parent_array = array; elem->vname = estrdup(index->str_value.str, index->str_value.len); - make_aname(elem); } return awk_true; -- cgit v1.2.3 From 871e6f0348f8e6ee82a9ddcfcf8f88f4c818e4ae Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 6 Feb 2015 11:25:10 +0200 Subject: Update copyright dates. --- gawkapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gawkapi.c') diff --git a/gawkapi.c b/gawkapi.c index fc6e159a..3b495452 100644 --- a/gawkapi.c +++ b/gawkapi.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012-2014 the Free Software Foundation, Inc. + * Copyright (C) 2012-2015 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. -- cgit v1.2.3