nixpkgs/pkgs/development/octave-modules/database/c_verror.patch
2023-03-28 14:44:54 +03:00

12 lines
231 B
Diff

--- 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