aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
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 345d87b3..b55b0488 100644
--- a/awk.h
+++ b/awk.h
@@ -1061,9 +1061,8 @@ struct block_item {
struct block_header {
struct block_item *freep;
size_t size;
-#ifdef MEMDEBUG
+ const char *name;
long cnt;
-#endif
};
enum block_id {