texlive[42716] Build/source/texk/web2c/mplibdir/mp.w: mplibdir: sync
commits+kakuto at tug.org
commits+kakuto at tug.org
Fri Dec 16 01:09:28 CET 2016
Revision: 42716
http://tug.org/svn/texlive?view=revision&revision=42716
Author: kakuto
Date: 2016-12-16 01:09:28 +0100 (Fri, 16 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-15 22:59:12 UTC (rev 42715)
+++ trunk/Build/source/texk/web2c/mplibdir/mp.w 2016-12-16 00:09:28 UTC (rev 42716)
@@ -1,4 +1,4 @@
-% $Id: mp.w 2104 2016-11-28 15:05:04Z luigi $
+% $Id: mp.w 2107 2016-12-15 11:40:15Z luigi $
%
% This file is part of MetaPost;
% the MetaPost program is in the public domain.
@@ -639,6 +639,7 @@
extern MP_options *mp_options (void);
extern MP mp_initialize (MP_options * opt);
extern int mp_status (MP mp);
+extern boolean mp_finished (MP mp);
extern void *mp_userdata (MP mp);
@ @c
@@ -648,6 +649,13 @@
@ @c
+boolean mp_finished (MP mp) {
+ return mp->finished;
+}
+
+
+
+@ @c
void *mp_userdata (MP mp) {
return mp->userdata;
}
More information about the tex-live-commits
mailing list