diff options
Diffstat (limited to 'includes/HsFFI.h')
-rw-r--r-- | includes/HsFFI.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/HsFFI.h b/includes/HsFFI.h index 53478a7a5e..bee942c44c 100644 --- a/includes/HsFFI.h +++ b/includes/HsFFI.h @@ -9,8 +9,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef HSFFI_H -#define HSFFI_H +#pragma once #ifdef __cplusplus extern "C" { @@ -122,5 +121,3 @@ extern void hs_try_putmvar (int capability, HsStablePtr sp); #ifdef __cplusplus } #endif - -#endif /* HSFFI_H */ |