changeset 6256:83949ae13b2c

[project @ 2007-01-30 18:45:59 by jwe]
author jwe
date Tue, 30 Jan 2007 18:45:59 +0000
parents c97a1cdea9e7
children 44c91c5dfe1d
files liboctave/ChangeLog liboctave/oct-fftw.h src/strfns.cc
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Jan 29 21:15:28 2007 +0000
+++ b/liboctave/ChangeLog	Tue Jan 30 18:45:59 2007 +0000
@@ -1,3 +1,7 @@
+2007-01-29  Michael Goffioul  <michael.goffioul@swing.be>
+
+	* oct-fftw.h: Sprinkle with OCTAVE_API as needed.
+
 2007-01-17  Michael Goffioul  <michael.goffioul@swing.be>
 
 	* lo-sysdep.cc (octave_chdir): Handle directory names like "C:" on
--- a/liboctave/oct-fftw.h	Mon Jan 29 21:15:28 2007 +0000
+++ b/liboctave/oct-fftw.h	Tue Jan 30 18:45:59 2007 +0000
@@ -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
--- a/src/strfns.cc	Mon Jan 29 21:15:28 2007 +0000
+++ b/src/strfns.cc	Tue Jan 30 18:45:59 2007 +0000
@@ -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\