diff host/libcdl/config.cxx @ 96:b15c60e34c84

Merge from eCos master repository on 2000-06-06-05:24:42-BST
author jlarmour
date Tue, 06 Jun 2000 05:12:17 +0000
parents 6736c52df507
children ff3f181b64bd
line wrap: on
line diff
--- a/host/libcdl/config.cxx
+++ b/host/libcdl/config.cxx
@@ -812,7 +812,8 @@ CdlConfigurationBody::load_package(CdlTr
         CdlInterpreter interp = package->get_interpreter();
         CYG_ASSERT_CLASSC(interp);
 
-        interp->add_command("unknown", &CdlParse::unknown_command);
+        interp->add_command("unknown",  &CdlParse::unknown_command);
+        CdlInterpreterBody::DiagSupport diag_support(interp, error_fn, warn_fn);
         
         // Next figure out the script name, and make sure that it exists.
         std::string actual_script = package->find_absolute_file(script, "cdl");