the FUNCDEF macro should compile fine with or without a semicolon after it. had momentarily added semicolons during build problems with callstack tracker, but don't want unnecessary changes going in, or a bad standard for requiring semicolons to be forced on anyone.
bool path::generate_path(node *to_locate, path &to_follow) const
{
- FUNCDEF("generate_path");
+ FUNCDEF("generate_path")
if (to_locate || to_follow.current()) {}
LOG("hmmm: path::generate_path is not implemented.");
_associations(new symbol_tree_associations(estimated_elements)),
_name(new astring(node_name))
{
- FUNCDEF("constructor");
+ FUNCDEF("constructor")
}
symbol_tree::~symbol_tree()