Skip to content
Snippets Groups Projects
Commit 5e2b22a5 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-10-12 15:33:47 by rrt]

#warning is not ANSI.
parent 0a25e90a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment