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/pslib_strict.h

    r4128 r4162  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-06-07 02:29:44 $
     11*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-06-08 23:40:45 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121#ifndef PS_ALLOW_MALLOC
    2222#define PS_ALLOW_MALLOC
    23 #endif
     23#endif // #ifndef PS_ALLOW_MALLOC
    2424#else
    2525#undef PS_ALLOW_MALLOC /* don't allow code to not poison malloc, i.e., strict poisioning */
    26 #endif
     26#endif // #else
    2727
    2828// // System Utilities
     
    183183/// @}
    184184
    185 #endif
     185#endif // #ifndef PS_LIB_STRICT_H
Note: See TracChangeset for help on using the changeset viewer.