rdesktop/doc/HACKING
Peter Åstrand 52da555640 Added note about var-arg macros.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@82 423420c4-83ab-492f-b58f-81f9feb106b5
2002-07-30 07:24:37 +00:00

12 lines
389 B
Plaintext

Code style / indentation
------------------------
The file indent-all.sh contains information about the current code
style. Run this script before commits.
Variable argument macros
------------------------
Variable argument macros are non-portable in general, and should be
avoided. Either use a second set of parentheses like DEBUG, or create
a variable argument function like error.