texlive[51855] Build/source/texk/web2c/lib: Fix two compiler warnings

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Aug 10 10:54:43 CEST 2019


Revision: 51855
          http://tug.org/svn/texlive?view=revision&revision=51855
Author:   ascherer
Date:     2019-08-10 10:54:42 +0200 (Sat, 10 Aug 2019)
Log Message:
-----------
Fix two compiler warnings for missing prototypes.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/lib/ChangeLog
    trunk/Build/source/texk/web2c/lib/lib.h

Modified: trunk/Build/source/texk/web2c/lib/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/lib/ChangeLog	2019-08-10 06:21:16 UTC (rev 51854)
+++ trunk/Build/source/texk/web2c/lib/ChangeLog	2019-08-10 08:54:42 UTC (rev 51855)
@@ -1,3 +1,7 @@
+2019-08-10  Andreas Scherer  <https://ascherer.github.io>
+
+	* lib.h: add missing prototypes from 'openclose.c' and 'texmfmp.c'.
+
 2019-08-09  Karl Berry  <karl at freefriends.org>
 
 	* texmfmp.c (texmf_yesno): no longer static, since we call it

Modified: trunk/Build/source/texk/web2c/lib/lib.h
===================================================================
--- trunk/Build/source/texk/web2c/lib/lib.h	2019-08-10 06:21:16 UTC (rev 51854)
+++ trunk/Build/source/texk/web2c/lib/lib.h	2019-08-10 08:54:42 UTC (rev 51855)
@@ -37,6 +37,7 @@
 /* openclose.c */
 extern boolean open_input (FILE **, int, const_string fopen_mode);
 extern boolean open_output (FILE **, const_string fopen_mode);
+extern boolean open_input_with_dirname (FILE **, int, const char *);
 extern void close_file (FILE *);
 extern void recorder_change_filename (string);
 extern void recorder_record_input (const_string);
@@ -53,6 +54,9 @@
 /* Set an array size from texmf.cnf.  */
 extern void setupboundvariable (integer *, const_string, integer);
 
+/* texmfmp.c */
+extern boolean texmf_yesno(const_string);
+
 /* version.c */
 extern const char *versionstring;
 



More information about the tex-live-commits mailing list