diff -r f36f09f08b62 -r 95cd3376cc9f include/timers_unix/timerscfg.h --- a/include/timers_unix/timerscfg.h Thu Jan 25 16:49:51 2007 +0100 +++ b/include/timers_unix/timerscfg.h Thu Jan 25 17:36:58 2007 +0100 @@ -25,8 +25,8 @@ #include -// Time unit : us -// Time resolution : 64bit (~584942 years) +/* Time unit : us */ +/* Time resolution : 64bit (~584942 years) */ #define TIMEVAL unsigned long long #define TIMEVAL_MAX ~(TIMEVAL)0 #define MS_TO_TIMEVAL(ms) ms*1000