Files
emacs/lib-src
Paul Eggert dd1efa5309 Port varargs macros better to C99
C99 prohibits passing zero args to macro’s ‘...’.
* lib-src/seccomp-filter.c (RULE0): New macro, which is like RULE
except with zero args.  All zero-arg uses of RULE changed to RULE0.
* src/comp.c (compile_function, Fcomp__init_ctxt, syms_of_comp):
Change ‘CALLN (Fmake_hash_table)’ to ‘Fmake_hash_table (0, NULL)’,
since CALLN requires at least two args in C99.
2025-06-27 23:54:45 -07:00
..
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-04-30 07:14:23 -04:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-03-22 11:57:29 -07:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-06-14 16:56:44 +03:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:44:48 +01:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.