diff options
Diffstat (limited to 'includes/rts/Linker.h')
-rw-r--r-- | includes/rts/Linker.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h index 34bf0df741..793195b3ab 100644 --- a/includes/rts/Linker.h +++ b/includes/rts/Linker.h @@ -11,8 +11,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef RTS_LINKER_H -#define RTS_LINKER_H +#pragma once #if defined(mingw32_HOST_OS) typedef wchar_t pathchar; @@ -86,5 +85,3 @@ pathchar* findSystemLibrary(pathchar* dll_name); /* called by the initialization code for a module, not a user API */ StgStablePtr foreignExportStablePtr (StgPtr p); - -#endif /* RTS_LINKER_H */ |