X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FTimer.h;h=ae26653462b82006b3a0e33a308384175d1c122e;hb=3eacdc7faf0d0e87a7201253f9f12c1fb4db7249;hp=4ec480dd5c2c9e03b6908fa7a9fc8ebedb3d0c81;hpb=ec0984a97cec59d0403ae1f23e23f100666e8148;p=ghc-hetmet.git diff --git a/ghc/rts/Timer.h b/ghc/rts/Timer.h index 4ec480d..ae26653 100644 --- a/ghc/rts/Timer.h +++ b/ghc/rts/Timer.h @@ -1,12 +1,13 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1995-2003 + * (c) The GHC Team, 1995-2005 * * Interval timer service for profiling and pre-emptive scheduling. * * ---------------------------------------------------------------------------*/ -#ifndef __TIMER_H__ -#define __TIMER_H__ + +#ifndef TIMER_H +#define TIMER_H # define TICK_MILLISECS (1000/TICK_FREQUENCY) /* ms per tick */ @@ -19,4 +20,5 @@ typedef void (*TickProc)(int); extern int startTimer(nat ms); extern int stopTimer(void); -#endif /* __TIMER_H__ */ + +#endif /* TIMER_H */