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

    r3476 r4162  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-22 21:52:49 $
     13 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-08 23:40:45 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 */
    18 #if !defined(PS_LOG_MSG_H)
     18#ifndef PS_LOG_MSG_H
    1919#define PS_LOG_MSG_H
    2020#include <stdarg.h>
     
    8585    va_list ap                         ///< varargs argument list
    8686);
    87 #endif
     87#endif // #ifndef SWIG
    8888
    8989///< Status codes for log messages
     
    104104/// @}
    105105
    106 #endif
     106#endif // #ifndef PS_LOG_MSG_H
Note: See TracChangeset for help on using the changeset viewer.