diff options
| author | Mike Pall <mike> | 2026-01-09 17:25:02 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2026-01-09 17:25:02 +0100 |
| commit | 2c110b7769bace93314f19977307054d44eb731e (patch) | |
| tree | 22d74671ab98af5233abea3839c627940d075e70 /src/host/genlibbc.lua | |
| parent | 7152e15489d2077cd299ee23e3d51a4c599ab14f (diff) | |
| parent | 6e69e4731437d6876b96e843804a6ef0a671ed25 (diff) | |
| download | luajit-2c110b7769bace93314f19977307054d44eb731e.tar.gz luajit-2c110b7769bace93314f19977307054d44eb731e.tar.bz2 luajit-2c110b7769bace93314f19977307054d44eb731e.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/host/genlibbc.lua')
| -rw-r--r-- | src/host/genlibbc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/genlibbc.lua b/src/host/genlibbc.lua index 1bc119bf..3eb1b827 100644 --- a/src/host/genlibbc.lua +++ b/src/host/genlibbc.lua | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | -- Lua script to dump the bytecode of the library functions written in Lua. | 2 | -- Lua script to dump the bytecode of the library functions written in Lua. |
| 3 | -- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT. | 3 | -- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT. |
| 4 | ---------------------------------------------------------------------------- | 4 | ---------------------------------------------------------------------------- |
| 5 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 6 | -- Released under the MIT license. See Copyright Notice in luajit.h | 6 | -- Released under the MIT license. See Copyright Notice in luajit.h |
| 7 | ---------------------------------------------------------------------------- | 7 | ---------------------------------------------------------------------------- |
| 8 | 8 | ||
