* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.

This commit is contained in:
Jim Kingdon 1993-07-26 20:14:41 +00:00
parent 230a3ab0d4
commit 01c4b03990
1 changed files with 9 additions and 3 deletions

View File

@ -1438,13 +1438,19 @@ is zero or non-zero?
@code{character}, 8 bit unsigned character type.
@item -21
@code{logical*1}, 8 bit unsigned integral type.
@code{logical*1}, 8 bit type. This @sc{fortran} type has a split
personality in that it is used for boolean variables, but can also be
used for unsigned integers.
@item -22
@code{logical*2}, 16 bit unsigned integral type.
@code{logical*2}, 16 bit type. This @sc{fortran} type has a split
personality in that it is used for boolean variables, but can also be
used for unsigned integers.
@item -23
@code{logical*4}, 32 bit unsigned integral type.
@code{logical*4}, 32 bit type. This @sc{fortran} type has a split
personality in that it is used for boolean variables, but can also be
used for unsigned integers.
@item -24
@code{logical}, 32 bit type. This @sc{fortran} type has a split