aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-09-15 07:08:11 +0000
committerKevin Buettner <kevinb@redhat.com>2000-09-15 07:08:11 +0000
commitad525611ab268633d98432f83156b27d8ad457cd (patch)
treef1e6346ea7d79137afd19d10e1dc38858b2e555f /gdb/language.c
parent1dab94dd914a97fd9a67bb7b2540ae60bdc6af9e (diff)
downloadgdb-ad525611ab268633d98432f83156b27d8ad457cd.zip
gdb-ad525611ab268633d98432f83156b27d8ad457cd.tar.gz
gdb-ad525611ab268633d98432f83156b27d8ad457cd.tar.bz2
Protoization.
Diffstat (limited to 'gdb/language.c')
-rw-r--r--gdb/language.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/language.c b/gdb/language.c
index 6db94d4..6f7723d 100644
--- a/gdb/language.c
+++ b/gdb/language.c
@@ -330,9 +330,7 @@ set_range_command (char *ignore, int from_tty)
/* Show command. Display a warning if the case sensitivity setting does
not match the current language. */
static void
-show_case_command(ignore, from_tty)
- char *ignore;
- int from_tty;
+show_case_command (char *ignore, int from_tty)
{
if (case_sensitivity != current_language->la_case_sensitivity)
printf_unfiltered(
@@ -341,9 +339,7 @@ show_case_command(ignore, from_tty)
/* Set command. Change the setting for case sensitivity. */
static void
-set_case_command(ignore, from_tty)
- char *ignore;
- int from_tty;
+set_case_command (char *ignore, int from_tty)
{
if (STREQ (case_sensitive, "on"))
{