* bug#15892: 24.3.50; Cygw32 build break
@ 2013-11-14 11:30 Kazuhiro Ito
2013-11-14 17:45 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Kazuhiro Ito @ 2013-11-14 11:30 UTC (permalink / raw)
To: 15892
Because make_ctrl_char and erase_phys_cursor are defined as static
functions on Cygw32, Cygw32 can't be built on trunk.
Please see the below patch.
=== modified file 'src/keyboard.c'
--- src/keyboard.c 2013-11-11 05:18:53 +0000
+++ src/keyboard.c 2013-11-12 23:43:34 +0000
@@ -2086,7 +2086,7 @@
\f
/* Apply the control modifier to CHARACTER. */
-#ifndef WINDOWSNT
+#ifndef HAVE_NTGUI
static
#endif
int
=== modified file 'src/xdisp.c'
--- src/xdisp.c 2013-11-08 10:21:35 +0000
+++ src/xdisp.c 2013-11-10 23:28:15 +0000
@@ -26345,7 +26345,7 @@
/* Erase the image of a cursor of window W from the screen. */
-#ifndef WINDOWSNT
+#ifndef HAVE_NTGUI
static
#endif
void
--
Kazuhiro Ito
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-14 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 11:30 bug#15892: 24.3.50; Cygw32 build break Kazuhiro Ito
2013-11-14 17:45 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).