cleaned out idiotic commenting of FUNCDEF, which had been done when a strict compile
[feisty_meow.git] / nucleus / library / configuration / table_configurator.cpp
index 692ed0d05daec4a84b8dabbf73b29c7c782cfb8d..b4426df275b62d48134a251a0327e64d876a84b5 100644 (file)
@@ -170,7 +170,7 @@ astring table_configurator::clean_comments(const astring &to_clean,
 bool table_configurator::get_section(const astring &section,
     string_table &info)
 {
-///  FUNCDEF("get_section");
+  FUNCDEF("get_section");
   info.reset();
   string_table *sect = _real_table->find(section);
   if (!sect) return false;
@@ -182,7 +182,7 @@ bool table_configurator::get_section(const astring &section,
 bool table_configurator::put_section(const astring &section,
     const string_table &info)
 {
-///  FUNCDEF("put_section");
+  FUNCDEF("put_section");
   string_table *sect = _real_table->find(section);
   if (!sect) {
     // none exists yet, so add one.