Avoid missing inline functions from lisp.h in TAGS
commitaca9354c01af0625997d60b089289140695e5e91
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Oct 2015 10:27:52 +0000 (24 13:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Oct 2015 10:27:52 +0000 (24 13:27 +0300)
tree04afefb32afcf948c45d9b09f7a4cbcea0639254
parentc2c12a1426b5dde9e2436e7dd0d24d71b2f67125
Avoid missing inline functions from lisp.h in TAGS

* src/lisp.h (LISP_MACRO_DEFUN): Mention in the commentary the
need to end each invocation with a semi-colon.
Add a semi-colon at the end of each invocation of LISP_MACRO_DEFUN
and LISP_MACRO_DEFUN_VOID.  This is to avoid missing in TAGS
inline functions defined immediately after each invocation, and
also avoid tagging every invocation of these macros.
src/lisp.h