diff options
Diffstat (limited to 'rts/StgRun.h')
-rw-r--r-- | rts/StgRun.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/StgRun.h b/rts/StgRun.h index 3839793fc3..356c40dba2 100644 --- a/rts/StgRun.h +++ b/rts/StgRun.h @@ -6,13 +6,10 @@ * ---------------------------------------------------------------------------- */ -#ifndef STGRUN_H -#define STGRUN_H +#pragma once RTS_PRIVATE StgRegTable * StgRun (StgFunPtr f, StgRegTable *basereg); #if defined(mingw32_HOST_OS) StgWord8 *win32AllocStack(void); #endif - -#endif /* STGRUN_H */ |