summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-16 23:16:18 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-16 23:16:18 +0000
commit4d5e613de909b2f33ae94be7362e0e48ce606532 (patch)
tree4e84375537ef07f305b0c1c576e82823a41eab9c /Build
parent17115484c237624c6a432b1ad68c536213ae134c (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@43250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/luaffi/ffi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luaffi/ffi.c b/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
index 5bfdae26155..d65b2bed7e1 100644
--- a/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
+++ b/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
@@ -3398,14 +3398,14 @@ static int setup_upvals(lua_State* L)
lua_pushboolean(L, 1);
lua_setfield(L, -2, "64bit");
#else
-#error
+# define UNSUPPORTED_ARCH /* error */
#endif
#if defined ARCH_X86 || defined ARCH_X64 || defined ARCH_ARM || defined ARCH_PPC64
lua_pushboolean(L, 1);
lua_setfield(L, -2, "le");
#else
-#error
+# define UNSUPPORTED_ARCH /*error*/
#endif
#if defined ARCH_X86 || defined ARCH_X64 || defined ARCH_PPC64
@@ -3415,7 +3415,7 @@ static int setup_upvals(lua_State* L)
lua_pushboolean(L, 1);
lua_setfield(L, -2, "softfp");
#else
-#error
+# define UNSUPPORTED_ARCH /*error*/
#endif
lua_pop(L, 1); /* abi tbl */
@@ -3458,7 +3458,7 @@ static int setup_upvals(lua_State* L)
#elif defined ARCH_PPC64
lua_pushliteral(L, "ppc64");
#else
-# error
+# define UNSUPPORTED_ARCH /* error */
#endif
lua_setfield(L, 1, "arch");