aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2016-06-30 09:59:47 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2016-06-30 09:59:47 -0400
commit92b5353bf364897f02003c4116cabe6d48ea17eb (patch)
tree3a942f5608c3065f49fa175ef688316e04daacc9 /symbol.c
parent2ab2d5f2c468b647615d984cb7953217c63695af (diff)
downloadegawk-92b5353bf364897f02003c4116cabe6d48ea17eb.tar.gz
egawk-92b5353bf364897f02003c4116cabe6d48ea17eb.tar.bz2
egawk-92b5353bf364897f02003c4116cabe6d48ea17eb.zip
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt issues.
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 8533fad6..ab231038 100644
--- a/symbol.c
+++ b/symbol.c
@@ -648,7 +648,7 @@ check_param_names(void)
memset(& n, 0, sizeof n);
n.type = Node_val;
n.flags = STRING|STRCUR;
- n.stfmt = -1;
+ n.stfmt = STFMT_UNUSED;
/*
* assoc_list() returns an array with two elements per awk array