summaryrefslogtreecommitdiff
path: root/lib/attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/attribute.h')
-rw-r--r--lib/attribute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/attribute.h b/lib/attribute.h
index 9504c625e59..710341ba417 100644
--- a/lib/attribute.h
+++ b/lib/attribute.h
@@ -182,6 +182,8 @@
/* The function does not throw exceptions. */
/* Applies to: functions. */
+/* After a function's parameter list, this attribute must come first, before
+ other attributes. */
#define ATTRIBUTE_NOTHROW _GL_ATTRIBUTE_NOTHROW
/* Do not inline the function. */