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/src/helpers/linklist.c

    r86 r91  
    8585#include "setup.h"                      // code generation and debugging options
    8686
     87#define DONT_REPLACE_LIST_MALLOC
    8788#include "helpers\linklist.h"
    8889
     
    263264}
    264265
    265 #else       // __DEBUG_MALLOC_ENABLED__
     266#endif
     267
     268// #else       // __DEBUG_MALLOC_ENABLED__
    266269
    267270/*
     
    295298}
    296299
    297 #endif      // __DEBUG_MALLOC_ENABLED__
     300// #endif      // __DEBUG_MALLOC_ENABLED__
    298301
    299302/*
     
    616619}
    617620
    618 #else  // __DEBUG_MALLOC_ENABLED__
     621#endif
     622
     623// #else  // __DEBUG_MALLOC_ENABLED__
    619624
    620625/*
     
    670675}
    671676
    672 #endif // __DEBUG_MALLOC_ENABLED__
     677// #endif // __DEBUG_MALLOC_ENABLED__
    673678
    674679/*
     
    790795 */
    791796
    792 BOOL lstRemoveNode(PLINKLIST pList, PLISTNODE pRemoveNode)
     797BOOL lstRemoveNode(PLINKLIST pList,
     798                   PLISTNODE pRemoveNode)
    793799{
    794800    BOOL fFound = FALSE;
Note: See TracChangeset for help on using the changeset viewer.