This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] cli/cli-decode.h whitespace tweaks


2005-01-13  Michael Snyder  <msnyder@redhat.com>

	* cli/cli-decode.h: Whitespace tweaks.

Index: cli/cli-decode.h
===================================================================
RCS file: /cvs/src/src/gdb/cli/cli-decode.h,v
retrieving revision 1.18
diff -p -r1.18 cli-decode.h
*** cli/cli-decode.h	26 Jul 2004 14:53:06 -0000	1.18
--- cli/cli-decode.h	14 Jan 2005 04:40:44 -0000
*************** struct cmd_list_element
*** 110,116 ****
       */
      int flags;
  
!     /* if this command is deprecated, this is the replacement name */
      char *replacement;
  
      /* If this command represents a show command, then this function
--- 110,116 ----
       */
      int flags;
  
!     /* If this command is deprecated, this is the replacement name.  */
      char *replacement;
  
      /* If this command represents a show command, then this function
*************** struct cmd_list_element
*** 123,130 ****
      /* Hook for another command to be executed after this command.  */
      struct cmd_list_element *hook_post;
  
!     /* Flag that specifies if this command is already running it's hook. */
!     /* Prevents the possibility of hook recursion. */
      int hook_in;
  
      /* Nonzero identifies a prefix command.  For them, the address
--- 123,130 ----
      /* Hook for another command to be executed after this command.  */
      struct cmd_list_element *hook_post;
  
!     /* Flag that specifies if this command is already running it's hook.  */
!     /* Prevents the possibility of hook recursion.  */
      int hook_in;
  
      /* Nonzero identifies a prefix command.  For them, the address

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]