Changeset 11520
- Timestamp:
- Jan 31, 2007, 4:44:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r11449 r11520 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.8 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-0 1-31 00:38:46$11 * @version $Revision: 1.82 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-02-01 02:44:15 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 42 42 #endif 43 43 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 45 47 46 48 #include <unistd.h> … … 806 808 return out; 807 809 } 808 809 810 #endif // #ifndef PS_NO_TRACE
Note:
See TracChangeset
for help on using the changeset viewer.
