diff options
Diffstat (limited to 'libraries/base/include/WCsubst.h')
-rw-r--r-- | libraries/base/include/WCsubst.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libraries/base/include/WCsubst.h b/libraries/base/include/WCsubst.h index 11bedb6be2..306f89a2bb 100644 --- a/libraries/base/include/WCsubst.h +++ b/libraries/base/include/WCsubst.h @@ -1,6 +1,4 @@ -#ifndef WCSUBST_INCL - -#define WCSUBST_INCL +#pragma once #include "HsFFI.h" #include <stdlib.h> @@ -20,6 +18,3 @@ HsInt u_towupper(HsInt wc); HsInt u_towtitle(HsInt wc); HsInt u_gencat(HsInt wc); - -#endif - |