Changeset 1783 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Nov 22, 2001, 12:33:19 PM (24 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/pdlmgr.cc
r1371 r1783 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 // 5 #include <machdefs.h> 6 #ifndef OS_MACOSX 7 // EA : gerer dylib macosx un jour... 5 8 6 9 #include "pdlmgr.h" … … 271 274 } 272 275 276 #endif -
trunk/SophyaLib/SysTools/timing.c
r1290 r1783 32 32 #include "timing.h" 33 33 34 clock_t CPUT0, CPUT;35 time_t ELT0, ELT;34 static clock_t CPUT0, CPUT; 35 static time_t ELT0, ELT; 36 36 37 37
Note:
See TracChangeset
for help on using the changeset viewer.