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/sys/psLogMsg.c

    r3476 r4162  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-22 21:52:49 $
     13 *  @version $Revision: 1.40 $ $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
     
    227227}
    228228
    229 #if !defined(HOST_NAME_MAX)                // should be in limits.h
     229#ifndef HOST_NAME_MAX                // should be in limits.h
    230230#define HOST_NAME_MAX 256
    231 #endif
     231#endif // #ifndef HOST_NAME_MAX
    232232
    233233/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.