We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__cplusplus
1 parent 4a3bcba commit ecefbbdCopy full SHA for ecefbbd
system/lib/libc/musl/arch/emscripten/bits/alltypes.h
@@ -9,11 +9,13 @@
9
#define __BYTE_ORDER 1234
10
#define __LONG_MAX __LONG_MAX__
11
12
+#ifndef __cplusplus
13
#if defined(__NEED_wchar_t) && !defined(__DEFINED_wchar_t)
14
typedef __WCHAR_TYPE__ wchar_t;
15
#define __DEFINED_wchar_t
16
#endif
17
18
+#endif
19
#if defined(__NEED_wint_t) && !defined(__DEFINED_wint_t)
20
typedef __WINT_TYPE__ wint_t;
21
#define __DEFINED_wint_t
system/lib/libc/musl/arch/emscripten/bits/alltypes.h.in
@@ -9,7 +9,9 @@
TYPEDEF __WCHAR_TYPE__ wchar_t;
TYPEDEF __WINT_TYPE__ wint_t;
// XXX EMSCRIPTEN: ensure it's always 32-bits even in wasm64
0 commit comments