]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/EvtGenBase/EvtPatches.hh
Updates EvtGen Code
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtPatches.hh
CommitLineData
da0e9ce3 1#if defined(SUNCC) && defined(_XOPEN_SOURCE) && ( _XOPEN_SOURCE - 0 == 500 )
2#ifndef _CLOCK_T
3#define _CLOCK_T
4typedef long clock_t; /* relative time in a specified resolution */
5#endif /* ifndef _CLOCK_T */
6#endif
0ca57c2f 7
8#define _unused(x) ((void)x)