diff host/libcdl/build.cxx @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 95f3e12a6327
children ea3f0bd33a73
line wrap: on
line diff
--- a/host/libcdl/build.cxx
+++ b/host/libcdl/build.cxx
@@ -1532,7 +1532,6 @@ CdlDefinableBody::parse_if_define(CdlInt
 
 void
 CdlDefinableBody::generate_config_header(Tcl_Channel this_hdr, Tcl_Channel system_h) const
-    throw(CdlInputOutputException, std::bad_alloc)
 {
     CYG_REPORT_FUNCNAME("CdlDefinable::generate_config_header");
     CYG_REPORT_FUNCARG1XV(this);
@@ -1821,7 +1820,6 @@ CdlDefineLoadableBody::parse_define_head
 // ----------------------------------------------------------------------------
 void
 CdlDefineLoadableBody::generate_config_header(Tcl_Channel this_hdr, Tcl_Channel system_h) const
-    throw(CdlInputOutputException, std::bad_alloc)
 {
     CYG_REPORT_FUNCNAME("CdlDefineLoadable::generate_config_header");
     CYG_REPORT_FUNCARG1XV(this);
@@ -2020,7 +2018,6 @@ if {$data1 == $data2} {                 
 
 void
 CdlToplevelBody::generate_config_headers(std::string directory)
-    throw(CdlInputOutputException, std::bad_alloc)
 {
     CYG_REPORT_FUNCNAME("CdlToplevel::generate_config_headers");
     CYG_REPORT_FUNCARG1XV(this);
@@ -2229,7 +2226,6 @@ CdlToplevelBody::get_config_headers(std:
 
 void
 CdlToplevelBody::generate_build_tree(std::string build_tree, std::string install_tree)
-    throw(CdlInputOutputException, std::bad_alloc)
 {
 }