* gdbtypes.h, gdbtypes.c: Add comments regarding whether static

member functions have an element in args for a (nonexistent) this
	pointer.
This commit is contained in:
Jim Kingdon 1994-03-23 15:52:11 +00:00
parent 2b7ac6fdb0
commit e552788b73
3 changed files with 9 additions and 1 deletions

View file

@ -411,7 +411,8 @@ struct cplus_struct_type
/* The argument list. Only valid if is_stub is clear. Contains
the type of each argument, including `this', and ending with
a NULL pointer after the last argument. */
a NULL pointer after the last argument. Should not contain
a `this' pointer for static member functions. */
struct type **args;