On Fri, Feb 23, 2007 at 12:51:45PM +0000, Niels Nes wrote: > [...] > > [EMAIL PROTECTED] > +#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. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
