[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-5.0 available
From: |
Eli Zaretskii |
Subject: |
Re: texinfo-5.0 available |
Date: |
Tue, 19 Feb 2013 19:40:48 +0200 |
Please also install this small patch, which fixes a compilation error
with GCC 4.7:
2013-02-18 Eli Zaretskii <address@hidden>
* info/pcterm.c (pc_initialize_terminal): Move prototype outside
of w32_info_init to the file level.
--- info/pcterm.c~0 2012-11-26 03:32:03.000000000 +0200
+++ info/pcterm.c 2013-02-18 07:38:15.284387300 +0200
@@ -123,12 +123,11 @@ w32_cleanup (void)
}
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;
- texinfo-5.0 available, Karl Berry, 2013/02/16
- Re: texinfo-5.0 available, Eli Zaretskii, 2013/02/18
- Re: texinfo-5.0 available, Karl Berry, 2013/02/19
- Re: texinfo-5.0 available, Eli Zaretskii, 2013/02/19
- RTEMS and texinfo-5.0, Joel Sherrill, 2013/02/19
- @top & @nocde before change was Re: RTEMS and texinfo-5.0, Joel Sherrill, 2013/02/19
- Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0, Patrice Dumas, 2013/02/19
- Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0, Joel Sherrill, 2013/02/19
- Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0, Patrice Dumas, 2013/02/19
- Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0, Joel Sherrill, 2013/02/20
- Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0, Patrice Dumas, 2013/02/20
- Re: @top & @nocde before change was Re: RTEMS and texinfo-5.0, Joel Sherrill, 2013/02/20