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.
1 parent 0350361 commit ca4f7b4Copy full SHA for ca4f7b4
lib/monkey/deps/flb_libco/libco.c
@@ -18,7 +18,8 @@
18
#include "aarch64.c"
19
#elif defined(__powerpc64__) && defined(_CALL_ELF) && _CALL_ELF == 2
20
#include "ppc64le.c"
21
- #elif defined(_ARCH_PPC) && !defined(__LITTLE_ENDIAN__) #include "ppc.c"
+ #elif defined(_ARCH_PPC) && !defined(__LITTLE_ENDIAN__)
22
+ #include "ppc.c"
23
#elif defined(_WIN32)
24
#include "fiber.c"
25
#else
0 commit comments