From 92b5353bf364897f02003c4116cabe6d48ea17eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Thu, 30 Jun 2016 09:59:47 -0400 Subject: Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt issues. --- str_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'str_array.c') diff --git a/str_array.c b/str_array.c index d9b5d2a4..f66b22cc 100644 --- a/str_array.c +++ b/str_array.c @@ -168,7 +168,7 @@ str_lookup(NODE *symbol, NODE *subs) * flag on it since other variables could be using the same * reference-counted value. */ - if (subs->stfmt != -1 || (subs->flags & MAYBE_NUM) != 0) { + if (subs->stfmt != STFMT_UNUSED || (subs->flags & MAYBE_NUM) != 0) { NODE *tmp; /* -- cgit v1.2.3