mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Update from Gnulib by running admin/merge-gnulib
This commit is contained in:
parent
354f9ba754
commit
3797484608
13 changed files with 398 additions and 118 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# gnulib-common.m4
|
||||
# serial 112
|
||||
# serial 113
|
||||
dnl Copyright (C) 2007-2025 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
|
|
@ -70,7 +70,8 @@ AC_DEFUN([gl_COMMON_BODY], [
|
|||
This rare bug can be worked around by compiling with 'clang -D_Noreturn=',
|
||||
though the workaround may generate many false-alarm warnings. */
|
||||
#ifndef _Noreturn
|
||||
# if 201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)
|
||||
# if ((!defined __cplusplus || defined __clang__) \
|
||||
&& (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)))
|
||||
/* _Noreturn works as-is. */
|
||||
# elif _GL_GNUC_PREREQ (2, 8) || defined __clang__ || 0x5110 <= __SUNPRO_C
|
||||
/* Prefer __attribute__ ((__noreturn__)) to plain _Noreturn even if the
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ AC_DEFUN([gl_EARLY],
|
|||
# Code from module nanosleep:
|
||||
# Code from module nocrash:
|
||||
# Code from module nproc:
|
||||
# Code from module nstrftime:
|
||||
# Code from module nstrftime-limited:
|
||||
# Code from module open:
|
||||
# Code from module openat-h:
|
||||
# Code from module pathmax:
|
||||
|
|
@ -1248,6 +1248,10 @@ AC_DEFUN([gl_FILE_LIST], [
|
|||
lib/c-strcase.h
|
||||
lib/c-strcasecmp.c
|
||||
lib/c-strncasecmp.c
|
||||
lib/calendar-ethiopian.h
|
||||
lib/calendar-persian.h
|
||||
lib/calendar-thai.h
|
||||
lib/calendars.h
|
||||
lib/canonicalize-lgpl.c
|
||||
lib/careadlinkat.c
|
||||
lib/careadlinkat.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue