To avoid problems with comiling / reading the fvwm sources, please

 * adhere to the ANSI-C 88 standard, not the new one.
   Specifically,

    - Don't use C++-like comments with //
    - Declare variables only at the beginning of a block.

 * limit your lines to 79 characters (if possible, do not use 80
   characters - I can't get xemacs to start with 80 columns, it
   either has 79 or 81 because of the font I use).

 * Please put single statements in loops or if clauses in curly
   braces, i.e.

     if (1)
     {
       foo;
     }

   not

     if (1)
       foo;

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

Attachment: pgpsQep2V98Kv.pgp
Description: PGP signature

Reply via email to