diff options
Diffstat (limited to 'docs/coding-style.html')
-rw-r--r-- | docs/coding-style.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/coding-style.html b/docs/coding-style.html index a8f43cbe3e..4f39cbfc53 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -55,13 +55,15 @@ We use ANSI C with some extensions. In particular, we use: <ul> <li>enum <li>ANSI style prototypes -<li>#elsif, #error, #warning, ## and other cpp features +<li>#elsif, #error, ## and other cpp features </ul> <p><li> We use the following gcc extensions (see gcc documentation): <ul> +<p><li>#warning + <p><li>zero length arrays (useful as the last field of a struct) <p><li>inline annotations on functions (see later) |