]> git.eshelyaron.com Git - emacs.git/commit
Port to clang 3.8.0
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Feb 2017 22:07:11 +0000 (14:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Feb 2017 22:07:31 +0000 (14:07 -0800)
commitd45dbccc5d2360818e70bbb0bc816c62c8cf6cbe
treed8c094478112300cc1fd3a810a8ad92f309dbd02
parentc3ee4d2860a79503f0ea5a3ccdc8d4d1adaa8e57
Port to clang 3.8.0

It does not allow a for-loop's control var to be an anonymous struct.
* src/lisp.h (struct for_each_tail_internal): New type.
(FOR_EACH_TAIL_INTERNAL): Use it.
src/lisp.h