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
..
asset-directory-tool.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
be_resources.cc Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ChangeLog.1 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
ebrowse.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
emacsclient.c Merge from origin/emacs-30 2025-04-30 07:14:23 -04:00
etags.c Fix etags for Ruby module definitions with :: 2025-04-03 08:50:59 +03:00
hexl.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
make-docfile.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
make-fingerprint.c ; * lib-src/make-fingerprint.c: Fix copyright year. 2025-01-09 06:22:21 +01:00
Makefile.in Remove ctags program 2025-03-22 11:57:29 -07:00
movemail.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ntlib.c Support sub-second file time-stamps on MS-Windows 2025-05-11 13:33:24 +03:00
ntlib.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pop.c ; Fix warnings in MinGW builds 2025-06-14 16:56:44 +03:00
pop.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
rcs2log Fix copyright years by hand 2025-01-02 18:44:48 +01:00
README
seccomp-filter.c Port varargs macros better to C99 2025-06-27 23:54:45 -07:00
update-game-score.c Update copyright year to 2025 2025-01-02 18:39:42 +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.