diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-01-29 23:37:05 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-01-29 23:37:05 +0000 |
commit | cdd246c8e9cefa72b4159eb3e3f69d3360dffa51 (patch) | |
tree | 6b7c539390e0856a3102a7c63dff71d850a9f663 /Build/source/texk/web2c/mplibdir/mp.w | |
parent | 165fe25f93e0efdd87ed408f2bbfce3d09b1b683 (diff) |
Imported from MetaPost trunk
git-svn-id: svn://tug.org/texlive/trunk@32820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mp.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mp.w | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index 3b9a81e2f74..682acaaeb54 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -1,4 +1,4 @@ -% $Id: mp.w 1928 2013-12-16 09:08:23Z taco $ +% $Id: mp.w 1932 2014-01-29 15:33:50Z taco $ % % This file is part of MetaPost; % the MetaPost program is in the public domain. @@ -4670,7 +4670,7 @@ static mp_sym mp_frozen_primitive (MP mp, const char *ss, halfword c, mp_sym str = mp_frozen_id_lookup (mp, s, strlen (ss), true); mp_xfree (s); str->type = c; - set_number_from_scaled (str->v.data.n, o); + str->v.data.indep.serial = o; return str; } |