diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-05-03 00:10:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-05-03 00:10:07 +0000 |
commit | ef61f1802b4da116004979d6724b12de4a58a717 (patch) | |
tree | a50bdd91135ebc5cb8359b5e58a71578a001e9ca /gdb/infcall.c | |
parent | 4e4852cecf9611cbe115c5490257fed6118b5f6a (diff) | |
download | gdb-ef61f1802b4da116004979d6724b12de4a58a717.zip gdb-ef61f1802b4da116004979d6724b12de4a58a717.tar.gz gdb-ef61f1802b4da116004979d6724b12de4a58a717.tar.bz2 |
Make infcall.c:unwind_on_signal_p static.
gdb/ChangeLog:
* infcall.c (unwind_on_signal_p): Make static.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 6c250e3..8737c7b 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -88,7 +88,7 @@ show_coerce_float_to_double_p (struct ui_file *file, int from_tty, The default is to stop in the frame where the signal was received. */ -int unwind_on_signal_p = 0; +static int unwind_on_signal_p = 0; static void show_unwind_on_signal_p (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |