/* NOTREACHED */
}
-static const scheme_integer_constant command_classes[] =
+static const scheme_integer_constant gdbscm_command_classes[] =
{
/* Note: alias and user are special; pseudo appears to be unused,
and there is no reason to expose tui, I think. */
{
int i;
- for (i = 0; command_classes[i].name != NULL; ++i)
+ for (i = 0; gdbscm_command_classes[i].name != NULL; ++i)
{
- if (command_classes[i].value == command_class)
+ if (gdbscm_command_classes[i].value == command_class)
return 1;
}
= gdbscm_make_smob_type (command_smob_name, sizeof (command_smob));
scm_set_smob_print (command_smob_tag, cmdscm_print_command_smob);
- gdbscm_define_integer_constants (command_classes, 1);
+ gdbscm_define_integer_constants (gdbscm_command_classes, 1);
gdbscm_define_functions (command_functions, 1);
for (i = 0; i < N_COMPLETERS; ++i)