Blame texlive-base-20190410-gcc10-mp-fix-global-var.patch

7360b2a
diff -up texlive-base-20190410/source/texk/web2c/mplibdir/mp.w.externfix texlive-base-20190410/source/texk/web2c/mplibdir/mp.w
7360b2a
--- texlive-base-20190410/source/texk/web2c/mplibdir/mp.w.externfix	2020-01-23 13:46:37.500459473 -0500
7360b2a
+++ texlive-base-20190410/source/texk/web2c/mplibdir/mp.w	2020-01-23 13:55:29.588893404 -0500
7360b2a
@@ -2958,7 +2958,7 @@ void *mp_xmalloc (MP mp, size_t nmem, si
7360b2a
 }
7360b2a
 
7360b2a
 @ @<Internal library declarations@>=
7360b2a
-int mp_snprintf_res ;
7360b2a
+static int mp_snprintf_res ;
7360b2a
 /* Some compilers (i.e. gcc 8.2.0 ) complained with the old */
7360b2a
 /* #define mp_snprintf (void)snprintf                       */
7360b2a
 /* about truncation. For the moment we store the result.    */