diff options
Diffstat (limited to 'includes/rts/storage/TSO.h')
-rw-r--r-- | includes/rts/storage/TSO.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/storage/TSO.h b/includes/rts/storage/TSO.h index fd32919e9d..e50e336a32 100644 --- a/includes/rts/storage/TSO.h +++ b/includes/rts/storage/TSO.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RTS_STORAGE_TSO_H -#define RTS_STORAGE_TSO_H +#pragma once /* * PROFILING info in a TSO @@ -260,5 +259,3 @@ void dirty_STACK (Capability *cap, StgStack *stack); /* this is the NIL ptr for a TSO queue (e.g. runnable queue) */ #define END_TSO_QUEUE ((StgTSO *)(void*)&stg_END_TSO_QUEUE_closure) - -#endif /* RTS_STORAGE_TSO_H */ |