Blame texlive-base-20220321-vasprintf-fix.patch

f4a5c93
diff -up texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser.c.spotfix texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser.c
f4a5c93
--- texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser.c.spotfix	2023-01-30 13:53:54.728596407 -0500
f4a5c93
+++ texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser.c	2023-01-30 13:54:03.585695070 -0500
f4a5c93
@@ -95,6 +95,8 @@
f4a5c93
 #       endif
f4a5c93
 #   endif
f4a5c93
 
f4a5c93
+#define __STDC_WANT_LIB_EXT2__ 1
f4a5c93
+
f4a5c93
 #include <stdlib.h>
f4a5c93
 #include <stdarg.h>
f4a5c93
 #include <stdio.h>
f4a5c93
diff -up texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser_utils.c.spotfix texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser_utils.c
f4a5c93
--- texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser_utils.c.spotfix	2023-01-30 13:56:35.358385753 -0500
f4a5c93
+++ texlive-base-20220321/source/texk/web2c/synctexdir/synctex_parser_utils.c	2023-01-30 13:57:11.206785083 -0500
f4a5c93
@@ -40,6 +40,8 @@
f4a5c93
 
f4a5c93
 /*  In this file, we find all the functions that may depend on the operating system. */
f4a5c93
 
f4a5c93
+#define __STDC_WANT_LIB_EXT2__ 1
f4a5c93
+
f4a5c93
 #include <synctex_parser_utils.h>
f4a5c93
 #include <stdlib.h>
f4a5c93
 #include <string.h>