Changeset 481
- Timestamp:
- Apr 20, 2004, 1:51:06 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
sys/psTrace.c (modified) (1 diff)
-
sysUtils/Makefile (modified) (2 diffs)
-
sysUtils/psTrace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r477 r481 24 24 #include "psMemory.h" 25 25 #include "psTrace.h" 26 #include "psString.h" 26 27 27 28 #define CACHE_NAME_LEN 50 -
trunk/psLib/src/sysUtils/Makefile
r447 r481 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1. 3$ $Name: not supported by cvs2svn $6 ## $Date: 2004-04- 19 19:42:43$5 ## $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-04-20 23:51:06 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 SRC_OBJS = psMemory.o \ 34 34 psError.o \ 35 psTrace.o \ 36 psLogMsg.o \ 35 37 psAbort.o \ 36 38 psString.o -
trunk/psLib/src/sysUtils/psTrace.c
r477 r481 24 24 #include "psMemory.h" 25 25 #include "psTrace.h" 26 #include "psString.h" 26 27 27 28 #define CACHE_NAME_LEN 50
Note:
See TracChangeset
for help on using the changeset viewer.
