X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2Flibsupc%2B%2B%2Funwind-cxx.h;h=3ce32e969f56ea482b070173765ac278c0e045fc;hp=b9919ce946856a092018e3445edebe8ec4171128;hb=caf47ebd0ba00d947b8d7920744a48b5179b33ad;hpb=7a017428e4becc1c26fb684a6919de81b97cc21a;ds=sidebyside diff --git a/libstdc++-v3/libsupc++/unwind-cxx.h b/libstdc++-v3/libsupc++/unwind-cxx.h index b9919ce9468..3ce32e969f5 100644 --- a/libstdc++-v3/libsupc++/unwind-cxx.h +++ b/libstdc++-v3/libsupc++/unwind-cxx.h @@ -51,7 +51,7 @@ struct __cxa_exception { // Manage the exception object itself. std::type_info *exceptionType; - __cxa_dtor_type exceptionDestructor; + void (*exceptionDestructor)(void *); // The C++ standard has entertaining rules wrt calling set_terminate // and set_unexpected in the middle of the exception cleanup process.