diff options
Diffstat (limited to 'rts/Weak.h')
-rw-r--r-- | rts/Weak.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rts/Weak.h b/rts/Weak.h index d938979802..ab335424db 100644 --- a/rts/Weak.h +++ b/rts/Weak.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef WEAK_H -#define WEAK_H +#pragma once #include "Capability.h" @@ -22,6 +21,3 @@ void scheduleFinalizers(Capability *cap, StgWeak *w); void markWeakList(void); #include "EndPrivate.h" - -#endif /* WEAK_H */ - |