[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5186] w32_info_init prototype location
From: |
karl |
Subject: |
[5186] w32_info_init prototype location |
Date: |
Fri, 22 Feb 2013 23:26:54 +0000 |
Revision: 5186
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5186
Author: karl
Date: 2013-02-22 23:26:53 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
w32_info_init prototype location
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/pcterm.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2013-02-22 23:21:31 UTC (rev 5185)
+++ trunk/ChangeLog 2013-02-22 23:26:53 UTC (rev 5186)
@@ -1,3 +1,9 @@
+2013-02-22 Eli Zaretskii <address@hidden>
+
+ * info/pcterm.c (pc_initialize_terminal): Move prototype outside
+ of w32_info_init to the file level.
+ bug-texinfo, 19 Feb 2013 19:40:48.
+
2013-02-22 Patrice Dumas <address@hidden>
* tp/Texinfo/Parser.pm: better handling of comments in @-commands
Modified: trunk/info/pcterm.c
===================================================================
--- trunk/info/pcterm.c 2013-02-22 23:21:31 UTC (rev 5185)
+++ trunk/info/pcterm.c 2013-02-22 23:26:53 UTC (rev 5186)
@@ -123,12 +123,11 @@
}
static void w32_info_init (void) __attribute__((constructor));
+static void pc_initialize_terminal (char *);
static void
w32_info_init (void)
{
- static void pc_initialize_terminal (char *);
-
/* We need to set this single hook here; the rest
will be set by pc_initialize_terminal when it is called. */
terminal_initialize_terminal_hook = pc_initialize_terminal;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5186] w32_info_init prototype location,
karl <=