1--- a/src/error-helpers.h 2+++ b/src/error-helpers.h 3@@ -64,7 +64,7 @@ 4 } \ 5 catch (OCTAVE__EXECUTION_EXCEPTION& e) \ 6 { \ 7- verror (e, __VA_ARGS__); \ 8+ c_verror (e, __VA_ARGS__); \ 9 } 10 #endif 11