consistent ATTRNORETURN prefix and NORETURN suffix

This commit is contained in:
nhmall
2025-05-30 22:01:20 -04:00
parent 50e5715ca5
commit 9ef5e886ee
10 changed files with 13 additions and 13 deletions

View File

@@ -377,7 +377,7 @@ $ set file/att=(RFM:STM) [-.include]nhlua.h
$ open/Append f [-.include]nhlua.h
$ write f "/* nhlua.h - generated by vmsbuild.com */"
$ write f "#include ""[-.lib.lua''luaver'.src]lua.h"""
$ write f "LUA_API int (lua_error) (lua_State *L) NORETURN;"
$ write f "ATTRNORETURN LUA_API int (lua_error) (lua_State *L) NORETURN;"
$ write f "#include ""[-.lib.lua''luaver'.src]lualib.h"""
$ write f "#include ""[-.lib.lua''luaver'.src]lauxlib.h"""
$ write f "/*nhlua.h*/"