diff options
author | Mike Pall <mike> | 2025-01-13 16:15:19 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-01-13 16:15:19 +0100 |
commit | 8358eb0cceb0aab0ba2872afa4a68ef391093d88 (patch) | |
tree | 281647b8ac9a97c3f67da92bc24affdb140d11ba /src/lj_str.c | |
parent | f73e649a954b599fc184726c376476e7a5c439ca (diff) | |
parent | e8236561d4f71d9fe9faeee4d24197ea3a2de601 (diff) | |
download | luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.gz luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.bz2 luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lj_str.c')
-rw-r--r-- | src/lj_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_str.c b/src/lj_str.c index cfdaec6f..f34d6d95 100644 --- a/src/lj_str.c +++ b/src/lj_str.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** String handling. | 2 | ** String handling. |
3 | ** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_str_c | 6 | #define lj_str_c |