aboutsummaryrefslogtreecommitdiff
path: root/src/lj_assert.c
diff options
context:
space:
mode:
authorMike Pall <mike>2026-01-09 17:25:02 +0100
committerMike Pall <mike>2026-01-09 17:25:02 +0100
commit2c110b7769bace93314f19977307054d44eb731e (patch)
tree22d74671ab98af5233abea3839c627940d075e70 /src/lj_assert.c
parent7152e15489d2077cd299ee23e3d51a4c599ab14f (diff)
parent6e69e4731437d6876b96e843804a6ef0a671ed25 (diff)
downloadluajit-2c110b7769bace93314f19977307054d44eb731e.tar.gz
luajit-2c110b7769bace93314f19977307054d44eb731e.tar.bz2
luajit-2c110b7769bace93314f19977307054d44eb731e.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lj_assert.c')
-rw-r--r--src/lj_assert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_assert.c b/src/lj_assert.c
index 66695693..c5e0dac5 100644
--- a/src/lj_assert.c
+++ b/src/lj_assert.c
@@ -1,6 +1,6 @@
1/* 1/*
2** Internal assertions. 2** Internal assertions.
3** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2026 Mike Pall. See Copyright Notice in luajit.h
4*/ 4*/
5 5
6#define lj_assert_c 6#define lj_assert_c