[m-dev.] for review: update c_coding_guidelines.html
Zoltan Somogyi
zs at cs.mu.OZ.AU
Wed Feb 9 15:44:40 AEDT 2000
> <h3>
> -4.2. Enums, macros and #define constants</h3>
> +4.2. Enumeration constants, macros and #define constants</h3>
This should be just
4.2. Enumeration constants and #define constants</h3>
since function-like macros were mentioned previously.
> +<font color="#0000ff">
> +<pre>
> + typedef struct Directory_Entry_Struct {
> + ...
> + } DirectoryEntry;
> +</pre>
> +<font color="#000000">
This, and the other examples, should be changed to have an MR_ prefix.
Zoltan.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list