texlive[43226] Build/source/texk/web2c/luatexdir: luatexdir: sync

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Feb 14 10:08:54 CET 2017


Revision: 43226
          http://tug.org/svn/texlive?view=revision&revision=43226
Author:   kakuto
Date:     2017-02-14 10:08:54 +0100 (Tue, 14 Feb 2017)
Log Message:
-----------
luatexdir: sync with the upstream

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

Modified: trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h	2017-02-14 01:05:38 UTC (rev 43225)
+++ trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h	2017-02-14 09:08:54 UTC (rev 43226)
@@ -142,7 +142,7 @@
 #elif defined __powerpc64__
 # define ARCH_PPC64
 #else
-# error
+# define UNSUPPORTED_ARCH
 #endif
 
 

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex.c	2017-02-14 01:05:38 UTC (rev 43225)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex.c	2017-02-14 09:08:54 UTC (rev 43226)
@@ -198,7 +198,7 @@
         if (source_date_epoch && source_date_epoch != '\0' ) {
             errno = 0;
             epoch = strtoull(source_date_epoch, &endptr, 10);
-            if (epoch < 0 || *endptr != '\0' || errno != 0) {
+            if (*endptr != '\0' || errno != 0) {
                 epoch = 0;
             }
 #if defined(_MSC_VER)



More information about the tex-live-commits mailing list