c68a1175d1
Bugs fixed: - lua.c assumes that argv has at least one element. - Lua can generate wrong code when _ENV is <const>.
6 lines
217 B
Makefile
6 lines
217 B
Makefile
# $NetBSD: version.mk,v 1.5 2022/03/06 07:46:10 nia Exp $
|
|
|
|
LUA_VERSION= 5.4.4
|
|
|
|
LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
|
|
LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}
|