diff options
Diffstat (limited to 'includes/rts/storage/GC.h')
-rw-r--r-- | includes/rts/storage/GC.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index ddc4238592..387bd260d3 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RTS_STORAGE_GC_H -#define RTS_STORAGE_GC_H +#pragma once #include <stddef.h> #include "rts/OSThreads.h" @@ -241,5 +240,3 @@ INLINE_HEADER void initBdescr(bdescr *bd, generation *gen, generation *dest) bd->gen_no = gen->no; bd->dest_no = dest->no; } - -#endif /* RTS_STORAGE_GC_H */ |