* stabs.texinfo (Negative Type Numbers): Minor character cleanups.

This commit is contained in:
Jim Kingdon 1993-06-23 20:06:07 +00:00
parent 5600fbd262
commit dcb9e8698f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* stabs.texinfo (Negative Type Numbers): Minor character cleanups.
Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* stabs.texinfo: Express disapproval of 'D' symbol descriptor

View File

@ -1463,7 +1463,7 @@ type.
@code{stringptr}. @xref{Strings}.
@item -20
@code{character}, 8 bit unsigned type.
@code{character}, 8 bit unsigned character type.
@item -21
@code{logical*1}, 8 bit unsigned integral type.
@ -1495,8 +1495,8 @@ floating point values.
@code{integer*4}, 32 bit signed integral type.
@item -30
@code{wchar}. Wide character, 16 bits wide (Unicode format?). This is
not used for the C type @code{wchar_t}.
@code{wchar}. Wide character, 16 bits wide, unsigned (what format?
Unicode?).
@end table
@node Miscellaneous Types