]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/guile/scm-cmd.c
Mostly trivial enum fixes
[thirdparty/binutils-gdb.git] / gdb / guile / scm-cmd.c
index a693df23d3700a528e73353e7baefe05d125d0dd..4477b9854c860be9dda7368e580cc49ca2117de4 100644 (file)
@@ -673,7 +673,7 @@ gdbscm_make_command (SCM name_scm, SCM rest)
   int doc_arg_pos = -1;
   char *s;
   char *name;
-  int command_class = no_class;
+  enum command_class command_class = no_class;
   SCM completer_class = SCM_BOOL_F;
   int is_prefix = 0;
   char *doc = NULL;