diff options
author | Mike Pall <mike> | 2025-01-13 15:59:10 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-01-13 15:59:10 +0100 |
commit | e8236561d4f71d9fe9faeee4d24197ea3a2de601 (patch) | |
tree | 3efa26fb845177ced2b388bf91ca1627be0da924 /src/lj_carith.c | |
parent | e2e0b1dd2dcb180f9f4500eac0ad43aeb7ae0a81 (diff) | |
download | luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.tar.gz luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.tar.bz2 luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.zip |
Bump copyright date.
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 bad5fe66..655afba8 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" |