aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index b55b0488..dc86a45c 100644
--- a/awk.h
+++ b/awk.h
@@ -1062,7 +1062,10 @@ struct block_header {
struct block_item *freep;
size_t size;
const char *name;
- long cnt;
+ long highwater;
+#ifdef MEMDEBUG
+ long active;
+#endif
};
enum block_id {