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_carith.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_carith.c')
-rw-r--r-- | src/lj_carith.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_carith.c b/src/lj_carith.c index ffda626e..b09812c6 100644 --- a/src/lj_carith.c +++ b/src/lj_carith.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C data arithmetic. | 2 | ** C data arithmetic. |
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 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |