[project @ 2000-10-12 15:33:47 by rrt]
[ghc-hetmet.git] / docs / coding-style.html
index a8f43cb..4f39cbf 100644 (file)
@@ -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)