This commit is contained in:
Paul 2000-09-15 17:20:48 +00:00
parent 4b45133ed3
commit 1f82dd3054
2 changed files with 39 additions and 32 deletions

View file

@ -18,7 +18,9 @@ void MemRemoveNode(sLList *LList,u_short Node);
sLList MainRam;
int MemNodeCount=0;
#ifdef __VERSION_DEBUG__
#define USE_MEM_GUARDS
#endif
#ifdef USE_MEM_GUARDS
static const unsigned int HEAD_GUARD_FILL_PATTERN =0x3c3c3c3c;