diff options
Diffstat (limited to 'includes/stg/Regs.h')
-rw-r--r-- | includes/stg/Regs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/stg/Regs.h b/includes/stg/Regs.h index 36324632d2..cf9e306504 100644 --- a/includes/stg/Regs.h +++ b/includes/stg/Regs.h @@ -11,8 +11,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef REGS_H -#define REGS_H +#pragma once /* * The STG machine has a collection of "registers", each one of which @@ -527,5 +526,3 @@ GLOBAL_REG_DECL(bdescr *,HpAlloc,REG_HpAlloc) #define stg_gc_fun (FunReg->stgGCFun) #endif /* IN_STG_CODE */ - -#endif /* REGS_H */ |