aboutsummaryrefslogtreecommitdiff
path: root/src/luajit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luajit.h')
-rw-r--r--src/luajit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luajit.h b/src/luajit.h
index 5f5b3887..ea7118c4 100644
--- a/src/luajit.h
+++ b/src/luajit.h
@@ -1,5 +1,5 @@
1/* 1/*
2** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ 2** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
3** 3**
4** Copyright (C) 2005-2020 Mike Pall. All rights reserved. 4** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
5** 5**
@@ -22,7 +22,7 @@
22** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23** SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23** SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24** 24**
25** [ MIT license: http://www.opensource.org/licenses/mit-license.php ] 25** [ MIT license: https://www.opensource.org/licenses/mit-license.php ]
26*/ 26*/
27 27
28#ifndef _LUAJIT_H 28#ifndef _LUAJIT_H
@@ -34,7 +34,7 @@
34#define LUAJIT_VERSION_NUM 20005 /* Version 2.0.5 = 02.00.05. */ 34#define LUAJIT_VERSION_NUM 20005 /* Version 2.0.5 = 02.00.05. */
35#define LUAJIT_VERSION_SYM luaJIT_version_2_0_5 35#define LUAJIT_VERSION_SYM luaJIT_version_2_0_5
36#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2020 Mike Pall" 36#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2020 Mike Pall"
37#define LUAJIT_URL "http://luajit.org/" 37#define LUAJIT_URL "https://luajit.org/"
38 38
39/* Modes for luaJIT_setmode. */ 39/* Modes for luaJIT_setmode. */
40#define LUAJIT_MODE_MASK 0x00ff 40#define LUAJIT_MODE_MASK 0x00ff