]> git.eshelyaron.com Git - emacs.git/commit
Port VECTOR_ELTS_MAX to older GCC etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Dec 2018 06:53:15 +0000 (22:53 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Dec 2018 06:54:11 +0000 (22:54 -0800)
commitfa4dd8dd01b87b751abd74408ddd581263d6b839
treea7337800a451fbe8a8f285ef783edee021c7a3dd
parent7bcea8f8c11d10fd189c4250042dfe68e2df8c3a
Port VECTOR_ELTS_MAX to older GCC etc.

Problem reported by Eli Zaretskii in:
https://lists.gnu.org/r/emacs-devel/2018-12/msg00182.html
* src/alloc.c (VECTOR_ELTS_MAX): Now a macro.
Needed for portability to older GCC and non-GCC.
src/alloc.c