diff liboctave/util/unwind-prot.h @ 17933:14a5493a78c8

Fix use of XXX_API macros and export more symbols from liboctave. * liboctave/util/unwind-prot.h (class unwind_protect, class unwind_protect_safe): Replace OCTINTERP_API with OCTAVE_API. * liboctave/util/url-transfer.h (class base_url_transfer, class url_transfer): Decorate with OCTAVE_API.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 14 Nov 2013 23:20:48 -0500
parents 49a5a4be04a1
children 4197fc428c7d
line wrap: on
line diff
--- a/liboctave/util/unwind-prot.h	Thu Nov 14 23:20:43 2013 -0500
+++ b/liboctave/util/unwind-prot.h	Thu Nov 14 23:20:48 2013 -0500
@@ -32,7 +32,7 @@
 #include "action-container.h"
 
 class
-OCTINTERP_API
+OCTAVE_API
 unwind_protect : public action_container
 {
 public:
@@ -107,7 +107,7 @@
 // crash.
 
 class
-OCTINTERP_API
+OCTAVE_API
 unwind_protect_safe : public unwind_protect
 {
 private: