intprops: TYPE_IS_INTEGER, TYPE_SIGNED not integer constant exprs
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 May 2011 08:34:14 +0000 (01:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 May 2011 08:49:57 +0000 (01:49 -0700)
commit48cc7484c740d7f0e84fccd1fde11059986e3b94
treef99bb64647f7b81efa5062dd8add179e7d12302d
parentd3455c00b721eb7440419f2d10d50d35c5e7525a
intprops: TYPE_IS_INTEGER, TYPE_SIGNED not integer constant exprs

* doc/intprops.texi (Integer Type Determination): Fix
documentation for TYPE_IS_INTEGER: it returns an constant
expression, not an integer constant expression.  Fix doc for
TYPE_SIGNED: it returns an integer constant expression only if its
argument is an integer type.  (TYPE_IS_INTEGER is the same, but is
hardly worth documented that way....)
ChangeLog
doc/intprops.texi