diff options
Diffstat (limited to 'includes/rts/Parallel.h')
-rw-r--r-- | includes/rts/Parallel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Parallel.h b/includes/rts/Parallel.h index 2c84327729..de1c6e1fae 100644 --- a/includes/rts/Parallel.h +++ b/includes/rts/Parallel.h @@ -11,9 +11,6 @@ * * -------------------------------------------------------------------------- */ -#ifndef RTS_PARALLEL_H -#define RTS_PARALLEL_H +#pragma once StgInt newSpark (StgRegTable *reg, StgClosure *p); - -#endif /* RTS_PARALLEL_H */ |