aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:14:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:14:22 +0200
commitccc6ba7f80cc864cc6dd2309728240013acd3145 (patch)
treec44f9c5901abab29be6b8951821a951075a3ea75 /awk.h
parent876a3380a5bae3a86aa0f1116e99f4fbea600a7a (diff)
parent8352dc592cf635a731f7f91d183c0679b3fc4fd2 (diff)
downloadegawk-ccc6ba7f80cc864cc6dd2309728240013acd3145.tar.gz
egawk-ccc6ba7f80cc864cc6dd2309728240013acd3145.tar.bz2
egawk-ccc6ba7f80cc864cc6dd2309728240013acd3145.zip
Merge branch 'master' into feature/fix-comments
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 66163519..199aba38 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_MAX /* count */
};