#ifndef KBLIST_H
# define KBLIST_H
-#ifdef __GNUG__
-# pragma interface "kbList.h"
-#endif
-
#ifndef NULL
# define NULL 0
#endif
/* the cast is needed for MS VC++ 5.0 */ \
{ return (type *)((kbList::iterator *)this)->operator*() ; } \
}; \
- inline name(bool ownsEntriesFlag = TRUE) \
+ inline name(bool ownsEntriesFlag = true) \
: kbList(ownsEntriesFlag) {} \
\
inline type *pop_back(void) \