IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11520


Ignore:
Timestamp:
Jan 31, 2007, 4:44:15 PM (19 years ago)
Author:
jhoblitt
Message:

always building psTrace functions, even if tracing has been disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r11449 r11520  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-01-31 00:38:46 $
     11 *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-02-01 02:44:15 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242#endif
    4343
    44 #ifndef PS_NO_TRACE
     44// Even if psLib is being built without tracing (PS_NO_TRACE is set) we still
     45// want to build the symbols for programs linked against psLib
     46#undef PS_NO_TRACE
    4547
    4648#include <unistd.h>
     
    806808    return out;
    807809}
    808 
    809 
    810 #endif // #ifndef PS_NO_TRACE
Note: See TracChangeset for help on using the changeset viewer.