shithub: rott

Download patch

ref: 2ad6648f8c80c531211d54977b361a45db1df91c
parent: 2449ed0980f4119a0d2ae141b2ee79529a7ff8df
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 08:23:36 EDT 2018

Removing obsolete *TEST and DEVELOPMENT code from _z_zone.h

--- a/rott/_z_zone.h
+++ b/rott/_z_zone.h
@@ -35,16 +35,10 @@
 
 typedef struct memblock_s
 {
-#if (MEMORYCORRUPTIONTEST==1)
-    int     pretag;
-#endif
     int     size;   // including the header and possibly tiny fragments
     void    **user; // NULL if a free block
     int     tag;    // purgelevel
     struct memblock_s   *next, *prev;
-#if (MEMORYCORRUPTIONTEST==1)
-    int     posttag;
-#endif
 } memblock_t;
 
 typedef struct