aboutsummaryrefslogtreecommitdiffstats
path: root/lib/attribute.h
diff options
context:
space:
mode:
authorPaul Eggert2023-01-06 17:53:54 -0800
committerPaul Eggert2023-01-06 18:05:57 -0800
commit9e98ff562b4b8f2dae92bd4c64d15934c7d5877f (patch)
treef37ce6d03a710f541fbbe72b9533a05d1a63103f /lib/attribute.h
parent2f05f48918ecf6e59b330709b09a36f81f7b6c48 (diff)
downloademacs-9e98ff562b4b8f2dae92bd4c64d15934c7d5877f.tar.gz
emacs-9e98ff562b4b8f2dae92bd4c64d15934c7d5877f.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/attribute.h')
-rw-r--r--lib/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attribute.h b/lib/attribute.h
index 36b2978bb2c..130644d8798 100644
--- a/lib/attribute.h
+++ b/lib/attribute.h
@@ -32,7 +32,7 @@
32 32
33 33
34/* This file defines two types of attributes: 34/* This file defines two types of attributes:
35 * C2x standard attributes. These have macro names that do not begin with 35 * C23 standard attributes. These have macro names that do not begin with
36 'ATTRIBUTE_'. 36 'ATTRIBUTE_'.
37 * Selected GCC attributes; see: 37 * Selected GCC attributes; see:
38 https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html 38 https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html