mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
POSIX is an acronym.
This commit is contained in:
parent
100a00dd40
commit
8679ca5792
@ -130,7 +130,7 @@ is represented by the decimal number xxyyzz.
|
|||||||
<h3 id="jit_os"><tt>jit.os</tt></h3>
|
<h3 id="jit_os"><tt>jit.os</tt></h3>
|
||||||
<p>
|
<p>
|
||||||
Contains the target OS name:
|
Contains the target OS name:
|
||||||
"Windows", "Linux", "OSX", "BSD", "Posix" or "Other".
|
"Windows", "Linux", "OSX", "BSD", "POSIX" or "Other".
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="jit_arch"><tt>jit.arch</tt></h3>
|
<h3 id="jit_arch"><tt>jit.arch</tt></h3>
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
#elif LUAJIT_OS == LUAJIT_OS_BSD
|
#elif LUAJIT_OS == LUAJIT_OS_BSD
|
||||||
#define LJ_OS_NAME "BSD"
|
#define LJ_OS_NAME "BSD"
|
||||||
#elif LUAJIT_OS == LUAJIT_OS_POSIX
|
#elif LUAJIT_OS == LUAJIT_OS_POSIX
|
||||||
#define LJ_OS_NAME "Posix"
|
#define LJ_OS_NAME "POSIX"
|
||||||
#else
|
#else
|
||||||
#define LJ_OS_NAME "Other"
|
#define LJ_OS_NAME "Other"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user