summary refs log tree commit diff
path: root/pkgs/development/octave-modules/database/c_verror.patch
blob: 9726a29512eb59c3457415f4dcd1b1da6be72064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/error-helpers.h
+++ b/src/error-helpers.h
@@ -64,7 +64,7 @@
       } \
     catch (OCTAVE__EXECUTION_EXCEPTION& e) \
       { \
-        verror (e, __VA_ARGS__); \
+        c_verror (e, __VA_ARGS__); \
       }
 #endif