mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
#elif -> #else (oops)
This commit is contained in:
parent
b55d427db1
commit
8949a32752
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#define LUAU_DEBUGBREAK() __builtin_trap()
|
#define LUAU_DEBUGBREAK() __builtin_trap()
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define LUAU_ASSUME(x) (void)sizeof(!!(x))
|
#define LUAU_ASSUME(x) (void)sizeof(!!(x))
|
||||||
#elif
|
#else
|
||||||
#define LUAU_ASSUME(x) __attribute__((assume(x)));
|
#define LUAU_ASSUME(x) __attribute__((assume(x)));
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue