# HG changeset patch # User jwe # Date 1181023630 0 # Node ID 89b916a9eb61d1f43f6b35420978c17e4ad7ae32 # Parent c6ee6c342699284486d9290d5c8210f09cb477fc [project @ 2007-06-05 06:07:09 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2007-06-05 John W. Eaton + * help.h (raw_help): Tag with OCTINTERP_API. + + * Makefile.in (INCLUDES): Remove mxarray.h from the list so that + it is not distributed. + (EXTRAS): Add mxarray.h to the list so that it is installed. + * sysdep.cc (same_file_internal) [OCTAVE_USE_WINDOWS_API]: Avoid leaking file handles. diff --git a/src/Makefile.in b/src/Makefile.in --- a/src/Makefile.in +++ b/src/Makefile.in @@ -102,7 +102,7 @@ error.h file-io.h graphics.h gripes.h help.h input.h \ lex.h load-path.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \ ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ - mex.h mexproto.h mxarray.h \ + mex.h mexproto.h \ oct-errno.h oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h zfstream.h \ oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ @@ -185,7 +185,7 @@ SOURCES := $(DIST_SRC) $(OP_SRC) $(TI_SRC) -EXTRAS := ov-base-int.cc ov-base-mat.cc ov-base-scalar.cc +EXTRAS := ov-base-int.cc ov-base-mat.cc ov-base-scalar.cc mxarray.h EXTRA_OBJECTS := oct-errno.o octave.o builtins.o ops.o diff --git a/src/help.h b/src/help.h --- a/src/help.h +++ b/src/help.h @@ -39,7 +39,7 @@ extern void additional_help_message (std::ostream&); -extern std::string raw_help (const std::string&, bool&); +extern OCTINTERP_API std::string raw_help (const std::string&, bool&); // Name of the info file specified on command line. // (--info-file file)