Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime Makefile.ag, 1.70, 1.71 levelsteps.mx, 1.12, 1.13 ll_staircasejoin.mx, 1.52, 1.53 ll_upwards.mx, 1.19, 1.20 pathfinder.mx, 1.297, 1.298 shredder.mx, 1.116, 1.117
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.
6518
Age (days ago)
6518
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jens Teubner