changeset 10612:09e244649f50

Export symbol Vsparse_auto_mutate
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 07 May 2010 20:53:27 +0100
parents 31717cc7eeb3
children e103fb2182ce
files src/ChangeLog src/ov-base.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 06 16:55:23 2010 -0400
+++ b/src/ChangeLog	Fri May 07 20:53:27 2010 +0100
@@ -1,3 +1,7 @@
+2010-05-07  Michael Goffioul  <michael.goffioul@gmail.com>
+
+	* ov-base.h (Vsparse_auto_mutate): Add OCTINTERP_API tag.
+
 2010-05-06  John W. Eaton  <jwe@octave.org>
 
 	* xgl2ps.c: Don't compile gl2ps.c unless we have OpenGL.
--- a/src/ov-base.h	Thu May 06 16:55:23 2010 -0400
+++ b/src/ov-base.h	Fri May 07 20:53:27 2010 +0100
@@ -757,6 +757,6 @@
 
 // TRUE means to perform automatic sparse to real mutation if there
 // is memory to be saved
-extern bool Vsparse_auto_mutate;
+extern OCTINTERP_API bool Vsparse_auto_mutate;
 
 #endif