aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 5d3c116..9447484 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -379,7 +379,7 @@ static void stop_sig PARAMS ((int));
command file. */
void (*init_ui_hook) PARAMS ((char *argv0));
-#ifdef __CYGWIN32__
+#ifdef __CYGWIN__
void (*ui_loop_hook) PARAMS ((int));
#endif