X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Ftable_configurator.cpp;h=b4426df275b62d48134a251a0327e64d876a84b5;hb=fdee8798a37281f1fd4a645505062d06d7d8c026;hp=692ed0d05daec4a84b8dabbf73b29c7c782cfb8d;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/configuration/table_configurator.cpp b/nucleus/library/configuration/table_configurator.cpp index 692ed0d0..b4426df2 100644 --- a/nucleus/library/configuration/table_configurator.cpp +++ b/nucleus/library/configuration/table_configurator.cpp @@ -170,7 +170,7 @@ astring table_configurator::clean_comments(const astring &to_clean, bool table_configurator::get_section(const astring §ion, 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 §ion, bool table_configurator::put_section(const astring §ion, 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.