diff options
Diffstat (limited to 'rts/sm/CNF.h')
-rw-r--r-- | rts/sm/CNF.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/sm/CNF.h b/rts/sm/CNF.h index d888b0ce31..a01c153213 100644 --- a/rts/sm/CNF.h +++ b/rts/sm/CNF.h @@ -11,8 +11,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef SM_CNF_H -#define SM_CNF_H +#pragma once #include "BeginPrivate.h" @@ -81,5 +80,3 @@ extern void insertCompactHash (Capability *cap, extern void verifyCompact (StgCompactNFData *str); #include "EndPrivate.h" - -#endif // SM_COMPACT_H |