X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fintprops.texi;h=69426639300a483d71cc5cc00c398c5e284c2e2d;hb=a39d56cfe7d904b61aba940b20de06b94b6a60f8;hp=b4a8c6a610db2eb4c041f75507e6168a4943f844;hpb=b6772983c800c6faee7fc793b83975afb6d58bcc;p=gnulib.git diff --git a/doc/intprops.texi b/doc/intprops.texi index b4a8c6a61..694266393 100644 --- a/doc/intprops.texi +++ b/doc/intprops.texi @@ -1,7 +1,7 @@ @node Integer Properties @section Integer Properties -@c Copyright (C) 011 Free Software Foundation, Inc. +@c Copyright (C) 2011 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or @@ -57,14 +57,15 @@ while the second, for integer types, is easier to use. @subsection Integer Type Determination @findex TYPE_IS_INTEGER -@code{TYPE_IS_INTEGER (@var{t})} expands to an integer constant -expression that is 1 if the arithmetic type @var{t} is a integer type. +@code{TYPE_IS_INTEGER (@var{t})} expands to a constant +expression that is 1 if the arithmetic type @var{t} is an integer type. @code{_Bool} counts as an integer type. @findex TYPE_SIGNED -@code{TYPE_SIGNED (@var{t})} expands to an integer constant expression +@code{TYPE_SIGNED (@var{t})} expands to a constant expression that is 1 if the arithmetic type @var{t} is a signed integer type or a -floating type. +floating type. If @var{t} is an integer type, @code{TYPE_SIGNED (@var{t})} +expands to an integer constant expression. Example usage: