diff options
author | Mike Pall <mike> | 2010-12-04 20:47:51 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-12-04 20:47:51 +0100 |
commit | 8679ca5792e9d69b35246196af93cadaad016c6f (patch) | |
tree | b4a665caca5e05f546a0aced2a426f7f3d140d31 | |
parent | 100a00dd40503d7381149de6471c2e2bb98f02ca (diff) | |
download | luajit-8679ca5792e9d69b35246196af93cadaad016c6f.tar.gz luajit-8679ca5792e9d69b35246196af93cadaad016c6f.tar.bz2 luajit-8679ca5792e9d69b35246196af93cadaad016c6f.zip |
POSIX is an acronym.
-rw-r--r-- | doc/ext_jit.html | 2 | ||||
-rw-r--r-- | src/lj_arch.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 0d056b35..7b0dbe20 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -130,7 +130,7 @@ is represented by the decimal number xxyyzz. | |||
130 | <h3 id="jit_os"><tt>jit.os</tt></h3> | 130 | <h3 id="jit_os"><tt>jit.os</tt></h3> |
131 | <p> | 131 | <p> |
132 | Contains the target OS name: | 132 | Contains the target OS name: |
133 | "Windows", "Linux", "OSX", "BSD", "Posix" or "Other". | 133 | "Windows", "Linux", "OSX", "BSD", "POSIX" or "Other". |
134 | </p> | 134 | </p> |
135 | 135 | ||
136 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 136 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
diff --git a/src/lj_arch.h b/src/lj_arch.h index 205f51a6..fe180e98 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -79,7 +79,7 @@ | |||
79 | #elif LUAJIT_OS == LUAJIT_OS_BSD | 79 | #elif LUAJIT_OS == LUAJIT_OS_BSD |
80 | #define LJ_OS_NAME "BSD" | 80 | #define LJ_OS_NAME "BSD" |
81 | #elif LUAJIT_OS == LUAJIT_OS_POSIX | 81 | #elif LUAJIT_OS == LUAJIT_OS_POSIX |
82 | #define LJ_OS_NAME "Posix" | 82 | #define LJ_OS_NAME "POSIX" |
83 | #else | 83 | #else |
84 | #define LJ_OS_NAME "Other" | 84 | #define LJ_OS_NAME "Other" |
85 | #endif | 85 | #endif |