From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/c-dialect.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/elisp/c-dialect.html (limited to 'devdocs/elisp/c-dialect.html') diff --git a/devdocs/elisp/c-dialect.html b/devdocs/elisp/c-dialect.html deleted file mode 100644 index 6d4ddea1..00000000 --- a/devdocs/elisp/c-dialect.html +++ /dev/null @@ -1,6 +0,0 @@ -

C Dialect

The C part of Emacs is portable to C99 or later: C11-specific features such as ‘<stdalign.h>’ and ‘_Noreturn’ are not used without a check, typically at configuration time, and the Emacs build procedure provides a substitute implementation if necessary. Some C11 features, such as anonymous structures and unions, are too difficult to emulate, so they are avoided entirely.

At some point in the future the base C dialect will no doubt change to C11.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/C-Dialect.html -

-
-- cgit v1.2.3