summaryrefslogtreecommitdiff
path: root/docs/coding-style.html
diff options
context:
space:
mode:
authorrrt <unknown>2000-10-12 15:33:47 +0000
committerrrt <unknown>2000-10-12 15:33:47 +0000
commit5e2b22a5efbc9444a56346f3f93d863703dd1263 (patch)
tree9d35b3b324a0b9084e36f856589f8286e5c1d316 /docs/coding-style.html
parent0a25e90a913d0381b7e706bd59aff4c787bad3db (diff)
downloadhaskell-5e2b22a5efbc9444a56346f3f93d863703dd1263.tar.gz
[project @ 2000-10-12 15:33:47 by rrt]
#warning is not ANSI.
Diffstat (limited to 'docs/coding-style.html')
-rw-r--r--docs/coding-style.html4
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)