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]

Re: [PATCH RFC] Protoize ch-exp.c, core-regset.c


> Date: Fri, 4 Aug 2000 17:01:38 -0700
> From: Kevin Buettner <kevinb@cygnus.com>
>  
>  #if 0
> +/* Parse the name of an option string.  If ALLOW_ALL is 1, ALL is
> +   allowed as a postfix. */
> +
>  static tree
> -parse_opt_name_string (allow_all)
> -     int allow_all;		/* 1 if ALL is allowed as a postfix */
> +parse_opt_name_string (int allow_all)

Err... now that I actually *look* at ch-exp.c, it seems that this
function should be described simply as "Parse name_string."  I cannot
figure out what does the "opt" part stand for; perhaps it hints at the
optional ALLOW_ALL parameter.

Sorry, I should have told that the description I showed in my previous
message was meant to be an example, not suggest that this is the
actual function description.

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