changeset 16627:a86a14e6e65e

Decorate symbols with OCTINTERP_API. * libinterp/interfcn/load-save.h (is_octave_data_file): Add OCTINTERP_API. * libinterp/interfcn/octave-link.h (class octave_link): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 06 May 2013 20:02:01 -0400
parents 96d02808a881
children 4adf3c4bd80b
files libinterp/interpfcn/load-save.h libinterp/interpfcn/octave-link.h
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/load-save.h
+++ b/libinterp/interpfcn/load-save.h
@@ -83,7 +83,7 @@
          bool list_only, bool swap, bool verbose,
          const string_vector& argv, int argv_idx, int argc, int nargout);
 
-extern bool is_octave_data_file (const std::string& file);
+extern OCTINTERP_API bool is_octave_data_file (const std::string& file);
 
 extern void
 do_save (std::ostream& os, const symbol_table::symbol_record& sr,
--- a/libinterp/interpfcn/octave-link.h
+++ b/libinterp/interpfcn/octave-link.h
@@ -41,7 +41,9 @@
 // buffering access operations to octave and executing them in the
 // readline event hook, which lives in the octave thread.
 
-class octave_link
+class
+OCTINTERP_API
+octave_link
 {
 protected: