]> git.eshelyaron.com Git - emacs.git/commit
Improve nonnull checking with GCC in emacs-module
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 May 2020 16:10:50 +0000 (09:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 May 2020 16:11:53 +0000 (09:11 -0700)
commite59f697cd589e2b68bccb752787ad4a8c9da375d
treebe97a85cbd7d8b2ee39405d387ccb26792b9ccbf
parentebfb2c4d1bc8f68a75b02a76ec90eb225123c099
Improve nonnull checking with GCC in emacs-module

* src/emacs-module.h.in (EMACS_ATTRIBUTE_NONNULL):
Also do the nonnull check with GCC.  (The old code did the
check with Clang but not with GCC.)
src/emacs-module.h.in