diff options
-rw-r--r-- | Src/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/system.h b/Src/system.h index c2f0b4ee8..97db9aab1 100644 --- a/Src/system.h +++ b/Src/system.h @@ -757,11 +757,11 @@ extern short ospeed; * If MULTIBYTE_SUPPORT is not defined, these includes provide a subset of * Unicode support that makes the \u and \U printf escape sequences work. */ -=20 + #if defined(__hpux) && !defined(_INCLUDE__STDC_A1_SOURCE) #define _INCLUDE__STDC_A1_SOURCE #endif -=20 + # include <wchar.h> # include <wctype.h> #endif |