convert flags to bitfields
[deliverable/binutils-gdb.git] / gdb / top.c
index f92043d523c6cf9653b133be33088823b1071018..78976d4ca2f24b31c85e94bcb1e1e0155337e740 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -440,7 +440,7 @@ execute_command (char *p, int from_tty)
       /* If this command has been pre-hooked, run the hook first.  */
       execute_cmd_pre_hook (c);
 
-      if (c->flags & DEPRECATED_WARN_USER)
+      if (c->deprecated_warn_user)
        deprecated_cmd_warning (line);
 
       /* c->user_commands would be NULL in the case of a python command.  */
This page took 0.023523 seconds and 4 git commands to generate.