]> Savannah Git Hosting - gnulib.git/commit
intprops: new public macro EXPR_SIGNED
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Nov 2015 20:31:38 +0000 (12:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Nov 2015 20:32:54 +0000 (12:32 -0800)
commitf197c2c9e5e0d12c373f26d5b3211809457bc972
tree387fcc11de69afd85abe761c90d839c26187e0a0
parenta66a3b96c5fdd092745f52f645c0bb843d14836e
intprops: new public macro EXPR_SIGNED

Emacs can use this macro, so make it public.
* doc/intprops.texi (Arithmetic Type Properties): Rename from
'Integer Type Determination', since some of these macros apply
to non-integer types.  Clarify what kinds of constant expressions
these macros return.  Say when the arguments can be non-integers.
Mention newly published macro EXPR_SIGNED.
* lib/intprops.h (EXPR_SIGNED): Rename from _GL_INT_SIGNED, to
make it public.  All uses changed.
ChangeLog
doc/intprops.texi
lib/intprops.h