diff options
author | Mike Pall <mike> | 2022-01-15 19:30:54 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2022-01-15 19:30:54 +0100 |
commit | c4dfb625bad8937d72074852a977738ec3eb1ab7 (patch) | |
tree | 6b4bcf33c83428bd074272adf363d792558286f5 /src/lj_opt_sink.c | |
parent | e56048753634c32ea6eeedf74cef6f9cfea5f4ed (diff) | |
download | luajit-c4dfb625bad8937d72074852a977738ec3eb1ab7.tar.gz luajit-c4dfb625bad8937d72074852a977738ec3eb1ab7.tar.bz2 luajit-c4dfb625bad8937d72074852a977738ec3eb1ab7.zip |
Bump copyright date.
Diffstat (limited to 'src/lj_opt_sink.c')
-rw-r--r-- | src/lj_opt_sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_sink.c b/src/lj_opt_sink.c index f5542a47..784d9a1a 100644 --- a/src/lj_opt_sink.c +++ b/src/lj_opt_sink.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** SINK: Allocation Sinking and Store Sinking. | 2 | ** SINK: Allocation Sinking and Store Sinking. |
3 | ** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_opt_sink_c | 6 | #define lj_opt_sink_c |