# # # patch "transforms.cc" # from [6e2402c0251b0a18051c43bbd9b5a6887391978c] # to [11205cfd44465baf2003bea2cb1643c0af6555ad] # ============================================================ --- transforms.cc 6e2402c0251b0a18051c43bbd9b5a6887391978c +++ transforms.cc 11205cfd44465baf2003bea2cb1643c0af6555ad @@ -60,9 +60,9 @@ using boost::scoped_array; // paradigm "must" be used. this program is intended for source code // control and I make no bones about it. -NORETURN(static void error_in_transform(Botan::Exception & e)); +NORETURN(static inline void error_in_transform(Botan::Exception & e)); -static void +static inline void error_in_transform(Botan::Exception & e) { // why do people make up their own out-of-memory exceptions?