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)
committerIan Beckwith <ianb@erislabs.net>
Thu, 9 Jun 2011 17:06:52 +0000 (18:06 +0100)
commita5f84839b0a4b17c9c89c648b784cdcda7556a7c
treeeceffc2ce6b27f103ab62e2377b3e8cfd3589c38
parentb6772983c800c6faee7fc793b83975afb6d58bcc
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....)
(cherry picked from commit 48cc7484c740d7f0e84fccd1fde11059986e3b94)
ChangeLog
NEWS.stable
doc/intprops.texi