# HG changeset patch # User Michael Goffioul # Date 1367884921 14400 # Node ID a86a14e6e65e98c2bb76ac54fb1807efdbbe4c6e # Parent 96d02808a8819439feb98dee0c3a06de26bd3fd1 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. diff -r 96d02808a881 -r a86a14e6e65e libinterp/interpfcn/load-save.h --- a/libinterp/interpfcn/load-save.h Mon May 06 20:01:54 2013 -0400 +++ b/libinterp/interpfcn/load-save.h Mon May 06 20:02:01 2013 -0400 @@ -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, diff -r 96d02808a881 -r a86a14e6e65e libinterp/interpfcn/octave-link.h --- a/libinterp/interpfcn/octave-link.h Mon May 06 20:01:54 2013 -0400 +++ b/libinterp/interpfcn/octave-link.h Mon May 06 20:02:01 2013 -0400 @@ -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: