Support 68HC12 arch in Gdb
[deliverable/binutils-gdb.git] / gdb / language.c
index 6db94d429099ba358898ae7a460f0f7446aecf4a..6f7723debc6eecbcbbff1e1a8bb05170e972fea8 100644 (file)
@@ -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"))
    {
This page took 0.023833 seconds and 4 git commands to generate.