]> git.eshelyaron.com Git - emacs.git/commit
Fix lisp.h underparenthesization
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2017 17:52:20 +0000 (09:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2017 17:52:37 +0000 (09:52 -0800)
commiteee537267f8d6a2f5a48f0c26c14546ac922936c
tree8afd768a3c89aa979d88c09e50f9bf6fd4d6b24b
parentf5372d411d149e8a34def18074891454ebc47730
Fix lisp.h underparenthesization

* src/lisp.h (STACK_CONS, AUTO_STRING_WITH_LEN):
Parenthesize compound literals that are function call args.
Although this does not fix any bugs, it is the proper style for
macro parenthesization as it means this code will continue to
work even if make_lisp_ptr is changed to a macro.
src/lisp.h