texlive[42771] Build/source/texk/web2c/mplibdir/mp.w: mplibdir: sync

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Dec 22 08:36:53 CET 2016


Revision: 42771
          http://tug.org/svn/texlive?view=revision&revision=42771
Author:   kakuto
Date:     2016-12-22 08:36:52 +0100 (Thu, 22 Dec 2016)
Log Message:
-----------
mplibdir: sync with the upstream

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/mplibdir/mp.w

Modified: trunk/Build/source/texk/web2c/mplibdir/mp.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mp.w	2016-12-22 01:05:29 UTC (rev 42770)
+++ trunk/Build/source/texk/web2c/mplibdir/mp.w	2016-12-22 07:36:52 UTC (rev 42771)
@@ -1,4 +1,4 @@
-% $Id: mp.w 2107 2016-12-15 11:40:15Z luigi $
+% $Id: mp.w 2108 2016-12-21 09:21:34Z luigi $
 %
 % This file is part of MetaPost;
 % the MetaPost program is in the public domain.
@@ -2881,7 +2881,7 @@
 
 @c
 void mp_xfree (void *x) {
-  if (x != NULL)
+  if (x != NULL) 
     free (x);
 }
 void *mp_xrealloc (MP mp, void *p, size_t nmem, size_t size) {



More information about the tex-live-commits mailing list