summaryrefslogtreecommitdiff
path: root/devdocs/elisp/c-dialect.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/c-dialect.html
new repository
Diffstat (limited to 'devdocs/elisp/c-dialect.html')
-rw-r--r--devdocs/elisp/c-dialect.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/c-dialect.html b/devdocs/elisp/c-dialect.html
new file mode 100644
index 00000000..6d4ddea1
--- /dev/null
+++ b/devdocs/elisp/c-dialect.html
@@ -0,0 +1,6 @@
+ <h3 class="section"> C Dialect</h3> <p>The C part of Emacs is portable to C99 or later: C11-specific features such as ‘<samp>&lt;stdalign.h&gt;</samp>’ and ‘<samp>_Noreturn</samp>’ 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. </p> <p>At some point in the future the base C dialect will no doubt change to C11. </p><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/C-Dialect.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/C-Dialect.html</a>
+ </p>
+</div>