aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:14:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:14:11 +0200
commit3c51b422fcd2bbb696dde8ab302c515eb7939759 (patch)
treeb6319f6447896ddb18fcc4253c51ec74cbdb4217 /awk.h
parent08ee51002bcead39798f309116e6bb4aaf8a1d3e (diff)
parent8352dc592cf635a731f7f91d183c0679b3fc4fd2 (diff)
downloadegawk-3c51b422fcd2bbb696dde8ab302c515eb7939759.tar.gz
egawk-3c51b422fcd2bbb696dde8ab302c515eb7939759.tar.bz2
egawk-3c51b422fcd2bbb696dde8ab302c515eb7939759.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/awk.h b/awk.h
index 39dcf5ea..646609d2 100644
--- a/awk.h
+++ b/awk.h
@@ -1060,8 +1060,7 @@ struct block_header {
};
enum block_id {
- BLOCK_INVALID = 0, /* not legal */
- BLOCK_NODE,
+ BLOCK_NODE = 0,
BLOCK_BUCKET,
BLOCK_MPFR,
BLOCK_MPZ,