texlive[61752] Build/source/texk/xdvik: avoid duplicate info symbol

commits+karl at tug.org commits+karl at tug.org
Wed Jan 26 22:54:13 CET 2022


Revision: 61752
          http://tug.org/svn/texlive?view=revision&revision=61752
Author:   karl
Date:     2022-01-26 22:54:12 +0100 (Wed, 26 Jan 2022)
Log Message:
-----------
avoid duplicate info symbol from .h

Modified Paths:
--------------
    trunk/Build/source/texk/xdvik/ChangeLog
    trunk/Build/source/texk/xdvik/gui/print-log.h

Modified: trunk/Build/source/texk/xdvik/ChangeLog
===================================================================
--- trunk/Build/source/texk/xdvik/ChangeLog	2022-01-26 21:11:30 UTC (rev 61751)
+++ trunk/Build/source/texk/xdvik/ChangeLog	2022-01-26 21:54:12 UTC (rev 61752)
@@ -1,3 +1,8 @@
+2022-01-26  Karl Berry  <karl at freefriends.org>
+
+	* gui/print-log.h (info): don't declare unintended `info' variable
+	with type. From Evan Miller, tex-k 26 Jan 2022 10:55:35.
+
 2021-03-14  Karl Berry  <karl at freefriends.org>
 
 	* string-utils.c (shell_escape_string): escape other shell

Modified: trunk/Build/source/texk/xdvik/gui/print-log.h
===================================================================
--- trunk/Build/source/texk/xdvik/gui/print-log.h	2022-01-26 21:11:30 UTC (rev 61751)
+++ trunk/Build/source/texk/xdvik/gui/print-log.h	2022-01-26 21:54:12 UTC (rev 61752)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002-2004  Paul Vojta and the xdvik development team
+ * Copyright (c) 2002-2022  Paul Vojta and the xdvik development team
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -23,7 +23,7 @@
 #ifndef PRINT_LOG_H_
 #define PRINT_LOG_H_
 
-struct save_or_print_info *info; /* forward declaration */
+struct save_or_print_info; /* forward declaration */
 
 /* printlog access functions */
 extern void printlog_create(struct save_or_print_info *info,



More information about the tex-live-commits mailing list.