diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-10-02 13:37:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-10-02 13:47:56 -0700 |
commit | 5598886adc9f7bc83ba9775151f839d4691128e4 (patch) | |
tree | 968bc775052aabc4485fe988b4d8b42991b88e1f /test/lisp/emacs-lisp/package-resources/macro-problem-package-2.0/macro-problem.el | |
parent | 3cc1706c63fde2e5a6313537817db2d32e829b6a (diff) | |
download | emacs-5598886adc9f7bc83ba9775151f839d4691128e4.tar.gz emacs-5598886adc9f7bc83ba9775151f839d4691128e4.tar.bz2 emacs-5598886adc9f7bc83ba9775151f839d4691128e4.zip |
Prefer static_assert to verify in seccomp-filter
Prefer static_assert in just one file for now; the idea is to do
it elsewhere eventually. static_assert is standard (starting with
C23) whereas verify is not, and static_assert can be used even in
pre-C23 files due to Gnulib’s support for it.
* lib-src/seccomp-filter.c: Do not include verify.h.
Prefer static_assert to verify.
Diffstat (limited to 'test/lisp/emacs-lisp/package-resources/macro-problem-package-2.0/macro-problem.el')
0 files changed, 0 insertions, 0 deletions