diff options
Diffstat (limited to 'ghc/rts/Capability.h')
-rw-r--r-- | ghc/rts/Capability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/rts/Capability.h b/ghc/rts/Capability.h index e615035187..b82ec09e1c 100644 --- a/ghc/rts/Capability.h +++ b/ghc/rts/Capability.h @@ -111,6 +111,6 @@ static inline rtsBool allFreeCapabilities (void) // extern void grabCapability( Capability **pCap ); -#endif // !RTS_SUPPORTS_THREADS +#endif /* !RTS_SUPPORTS_THREADS */ #endif /* __CAPABILITY_H__ */ |