/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/HACKING
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/HACKING

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 82 by astrand, Thu Jul 18 14:42:57 2002 UTC revision 83 by astrand, Tue Jul 30 07:24:37 2002 UTC
# Line 1  Line 1 
1    
2  The source code is indented with:  Code style / indentation
3    ------------------------
4  indent -bli0 -i8 -cli8 -npcs  The file indent-all.sh contains information about the current code
5    style.  Run this script before commits.
6    
7    Variable argument macros
8    ------------------------
9    Variable argument macros are non-portable in general, and should be
10    avoided.  Either use a second set of parentheses like DEBUG, or create
11    a variable argument function like error.

Legend:
Removed from v.82  
changed lines
  Added in v.83

  ViewVC Help
Powered by ViewVC 1.1.26