diff --git a/DOCS/contribute.md b/DOCS/contribute.md index 5f514b06d6..7afce3be56 100644 --- a/DOCS/contribute.md +++ b/DOCS/contribute.md @@ -152,7 +152,7 @@ General coding -------------- - Use C99. Also freely make use of C99 features if it's appropriate, such as - stdbool.h. + stdbool.h. (Except VLA and complex number types.) - Don't use GNU-only features. In some cases they may be warranted, if they are optional (such as attributes enabling printf-like format string checks). But in general, standard C99 should be used.