IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psMemory.c

    r3784 r4162  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-04-29 00:39:22 $
     10*  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-06-08 23:40:45 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5050#ifdef PS_MEM_DEBUG
    5151static psMemBlock* deadBlockList;       // a place to put dead memBlocks in debug mode.
    52 #endif
     52#endif // #ifdef PS_MEM_DEBUG
    5353
    5454/**
     
    626626            }
    627627            deadBlockList = ptr;
    628             #else
     628            #else // #ifdef PS_MEM_DEBUG
    629629
    630630            pthread_mutex_destroy(&ptr->refCounterMutex);
    631631            free(ptr);
    632             #endif
     632            #endif // #else - #ifdef PS_MEM_DEBUG
    633633
    634634        }
Note: See TracChangeset for help on using the changeset viewer.