mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30: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()
|
||||
#ifdef __APPLE__
|
||||
#define LUAU_ASSUME(x) (void)sizeof(!!(x))
|
||||
#elif
|
||||
#else
|
||||
#define LUAU_ASSUME(x) __attribute__((assume(x)));
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue