]> git.eshelyaron.com Git - emacs.git/commit
Avoid aligned_alloc static/extern collision
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 08:26:00 +0000 (00:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 08:26:23 +0000 (00:26 -0800)
commitfff8bfc8d831faf76a80b44b15c6b6c190a1cd52
treeb35e9a61577c7dfb0d23f452e8186079552fef6a
parent68f06909711dc87eb7af7d32424578db6667a395
Avoid aligned_alloc static/extern collision

* src/alloc.c (aligned_alloc): Define to private name when a
static function, to avoid collision with lisp.h extern decl.
Reported by John Yates in:
http://lists.gnu.org/archive/html/emacs-devel/2016-02/msg00439.html
src/alloc.c