* typeprint.c: Add "class CLASS-NAME" to docstring for ptype.

This commit is contained in:
Jim Kingdon 1993-10-19 15:56:20 +00:00
parent 0ac1a039f4
commit 915e6cd9f6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 19 10:43:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* typeprint.c: Add "class CLASS-NAME" to docstring for ptype.
Tue Oct 19 06:17:10 1993 Fred Fish (fnf@cirdan.cygnus.com)
* Makefile.in (ALLPARAM): Add config/m88k/{nm-delta88v4.h,

View File

@ -287,8 +287,8 @@ _initialize_typeprint ()
add_com ("ptype", class_vars, ptype_command,
"Print definition of type TYPE.\n\
Argument may be a type name defined by typedef, or \"struct STRUCTNAME\"\n\
or \"union UNIONNAME\" or \"enum ENUMNAME\".\n\
Argument may be a type name defined by typedef, or \"struct STRUCT-TAG\"\n\
or \"class CLASS-NAME\" or \"union UNION-TAG\" or \"enum ENUM-TAG\".\n\
The selected stack frame's lexical context is used to look up the name.");
add_com ("whatis", class_vars, whatis_command,