Ignore:
Timestamp:
Aug 2, 2001, 10:36:35 PM (24 years ago)
Author:
umoeller
Message:

Misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/memdebug.h

    r71 r91  
    44 *      header file for memdebug.c.
    55 *      See remarks there.
     6 *
     7 *      The following macros are used:
     8 *
     9 *      --  __XWPMEMDEBUG__: if defined, memory debugging is generally
     10 *                           enabled. This must be set in setup.h.
     11 *
     12 *      --  __DEBUG_MALLOC_ENABLED__: malloc etc. have been replaced
     13 *                           with memdMalloc etc. This is automatically
     14 *                           defined by this header if __XWPMEMDEBUG__
     15 *                           is defined, unless DONT_REPLACE_MALLOC
     16 *                           is also defined.
    617 *
    718 *      Note: Version numbering in this file relates to XWorkplace version
Note: See TracChangeset for help on using the changeset viewer.