# HG changeset patch # User jwe # Date 1170182759 0 # Node ID 83949ae13b2c121477451fba15134c289766f9bf # Parent c97a1cdea9e76735fbbf21eb121ceaaabbe54568 [project @ 2007-01-30 18:45:59 by jwe] diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2007-01-29 Michael Goffioul + + * oct-fftw.h: Sprinkle with OCTAVE_API as needed. + 2007-01-17 Michael Goffioul * lo-sysdep.cc (octave_chdir): Handle directory names like "C:" on diff --git a/liboctave/oct-fftw.h b/liboctave/oct-fftw.h --- a/liboctave/oct-fftw.h +++ b/liboctave/oct-fftw.h @@ -29,6 +29,7 @@ #include "dim-vector.h" class +OCTAVE_API octave_fftw_planner { public: @@ -105,7 +106,7 @@ }; // FIXME -- maybe octave_fftw_planner should be a singleton object? -extern octave_fftw_planner fftw_planner; +extern OCTAVE_API octave_fftw_planner fftw_planner; class octave_fftw diff --git a/src/strfns.cc b/src/strfns.cc --- a/src/strfns.cc +++ b/src/strfns.cc @@ -444,7 +444,7 @@ \n\ @example\n\ @group\n\ -strncmp (\"abce\", {\"abcd\", \"bca\", \"abc\"}, 3)\n\ +strncmp (\"abce\", @{\"abcd\", \"bca\", \"abc\"@}, 3)\n\ @result{} [1, 0, 1]\n\ @end group\n\ @end example\n\