summary refs log tree commit diff
path: root/pkgs/development/octave-modules/database/c_verror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/octave-modules/database/c_verror.patch')
-rw-r--r--pkgs/development/octave-modules/database/c_verror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/octave-modules/database/c_verror.patch b/pkgs/development/octave-modules/database/c_verror.patch
new file mode 100644
index 0000000000000..9726a29512eb5
--- /dev/null
+++ b/pkgs/development/octave-modules/database/c_verror.patch
@@ -0,0 +1,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
+