texlive[43250] Build/source/texk/web2c/luatexdir/luaffi/ffi.c:

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Feb 17 00:16:18 CET 2017


Revision: 43250
          http://tug.org/svn/texlive?view=revision&revision=43250
Author:   kakuto
Date:     2017-02-17 00:16:18 +0100 (Fri, 17 Feb 2017)
Log Message:
-----------
luatexdir: sync with the upstream

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.c

Modified: trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.c	2017-02-16 22:09:32 UTC (rev 43249)
+++ trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.c	2017-02-16 23:16:18 UTC (rev 43250)
@@ -3398,7 +3398,7 @@
     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
@@ -3405,7 +3405,7 @@
     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 @@
     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 @@
 #elif defined ARCH_PPC64
     lua_pushliteral(L, "ppc64");
 #else
-# error
+# define UNSUPPORTED_ARCH /* error */
 #endif
     lua_setfield(L, 1, "arch");
 



More information about the tex-live-commits mailing list