From a5f04737b4a5fce89ab7bd9264ba5b4813473121 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 3 Jan 2018 22:28:39 +0200 Subject: Changes to ROUNDMODE now invalidate cached string values. --- str_array.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'str_array.c') diff --git a/str_array.c b/str_array.c index 8d6d2b01..bc6584d2 100644 --- a/str_array.c +++ b/str_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, + * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2018, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -444,7 +444,7 @@ str_kilobytes(NODE *symbol) bucket_cnt = symbol->table_size; - /* This does not include extra memory for indices with stfmt != -1 */ + /* This does not include extra memory for indices with stfmt != STFMT_UNUSED */ kb = (((AWKNUM) bucket_cnt) * sizeof (BUCKET) + ((AWKNUM) symbol->array_size) * sizeof (BUCKET *)) / 1024.0; return kb; -- cgit v1.2.3