aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-16 03:53:19 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-16 03:59:22 +0000
commit60e199d9fde1c3c60a96b969bf6982278cbc1e88 (patch)
treefdf14213d1f50c3aae6f49f9021584e874787211 /stand/liblua
parent9b16231032ddb40be282d76ec0d82b3a0ec96d60 (diff)
downloadsrc-60e199d9fde1c3c60a96b969bf6982278cbc1e88.tar.gz
src-60e199d9fde1c3c60a96b969bf6982278cbc1e88.zip
Diffstat (limited to 'stand/liblua')
-rw-r--r--stand/liblua/gfx_utils.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stand/liblua/gfx_utils.c b/stand/liblua/gfx_utils.c
index fe208dc990d8..d2d22738c929 100644
--- a/stand/liblua/gfx_utils.c
+++ b/stand/liblua/gfx_utils.c
@@ -240,3 +240,8 @@ luaopen_gfx(lua_State *L)
luaL_newlib(L, gfxlib);
return 1;
}
+
+void
+gfx_interp_md(void)
+{
+}