Disable the end guard for now.

The test for failing the end guard was always triggering (and was reported as
such in compiler warnings).  This is a temporary band-aid until I can work
out what's really going on.

Reviewed by:	obrien
This commit is contained in:
Benno Rice 2000-11-10 06:15:24 +00:00
parent 2ef2c53036
commit a2a9c8c79e
1 changed files with 2 additions and 0 deletions

View File

@ -34,7 +34,9 @@
*/
#define USEGUARD /* use stard/end guard bytes */
#if !defined(__powerpc__)
#define USEENDGUARD
#endif
#define DMALLOCDEBUG /* add debugging code to gather stats */
#define ZALLOCDEBUG