23 Feb
2007
23 Feb
'07
1:42 p.m.
On Fri, Feb 23, 2007 at 12:51:45PM +0000, Niels Nes wrote:
[...]
+@h +#ifndef _LEVELSTEPS_H_ +#define _LEVELSTEPS_H_ + +#define XML_DEPTH_MAX 128 + +#endif /* _LEVELSTEPS_H_ */
[...]
It is a bad habit to use macro names that start with an underscore. Such names are reserved for the C library only. For a reference, see, e.g., http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 289-17259 Fax: +49 89 289-17263 Emacs is a nice OS - but it lacks a good text editor. That's why I am using Vim.