manywarnings: port to 64-bit GCC builds of Emacs
commit9cfe2a3983e5eb92aa9bd2c033cd3f1579a9c225
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Aug 2017 22:14:59 +0000 (4 15:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Aug 2017 22:15:31 +0000 (4 15:15 -0700)
treea5ed9c278d2f26f92cdd0fc6252ff00f80f83e9f
parent7c6893ba0bfefbb058a6d93be812b3c86eb5b6a3
manywarnings: port to 64-bit GCC builds of Emacs

* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Compute max safe
object size rather than hardwiring 2147483647.  This is needed to
build GNU Emacs, which has one conditional (and used
only-in-theory) call to malloc with a literal greater than
2147483647.
ChangeLog
m4/manywarnings.m4