Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,
in order to match GNU Coding Standards. 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com> * value.h (create_internalvar_type_lazy): Adjust prototype declaration.
This commit is contained in:
parent
5e92f71a86
commit
73033f12d9
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* value.h (create_internalvar_type_lazy): Adjust prototype
|
||||
declaration.
|
||||
|
||||
2013-08-13 Andrew Burgess <aburgess@broadcom.com>
|
||||
|
||||
* common/format.c (parse_format_string): Don't allow '#' flag for
|
||||
|
|
|
@ -813,10 +813,9 @@ struct internalvar_funcs
|
|||
void (*destroy) (void *data);
|
||||
};
|
||||
|
||||
extern struct internalvar *
|
||||
create_internalvar_type_lazy (const char *name,
|
||||
const struct internalvar_funcs *funcs,
|
||||
void *data);
|
||||
extern struct internalvar *create_internalvar_type_lazy (const char *name,
|
||||
const struct internalvar_funcs *funcs,
|
||||
void *data);
|
||||
|
||||
/* Compile an internal variable to an agent expression. VAR is the
|
||||
variable to compile; EXPR and VALUE are the agent expression we are
|
||||
|
|
Loading…
Reference in a new issue