Changeset 91 for trunk/src/helpers/linklist.c
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/linklist.c
r86 r91 85 85 #include "setup.h" // code generation and debugging options 86 86 87 #define DONT_REPLACE_LIST_MALLOC 87 88 #include "helpers\linklist.h" 88 89 … … 263 264 } 264 265 265 #else // __DEBUG_MALLOC_ENABLED__ 266 #endif 267 268 // #else // __DEBUG_MALLOC_ENABLED__ 266 269 267 270 /* … … 295 298 } 296 299 297 #endif // __DEBUG_MALLOC_ENABLED__300 // #endif // __DEBUG_MALLOC_ENABLED__ 298 301 299 302 /* … … 616 619 } 617 620 618 #else // __DEBUG_MALLOC_ENABLED__ 621 #endif 622 623 // #else // __DEBUG_MALLOC_ENABLED__ 619 624 620 625 /* … … 670 675 } 671 676 672 #endif // __DEBUG_MALLOC_ENABLED__677 // #endif // __DEBUG_MALLOC_ENABLED__ 673 678 674 679 /* … … 790 795 */ 791 796 792 BOOL lstRemoveNode(PLINKLIST pList, PLISTNODE pRemoveNode) 797 BOOL lstRemoveNode(PLINKLIST pList, 798 PLISTNODE pRemoveNode) 793 799 { 794 800 BOOL fFound = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.