diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ }; |