diff src/ov-base.h @ 10612:09e244649f50

Export symbol Vsparse_auto_mutate
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 07 May 2010 20:53:27 +0100
parents 9961fc022d9d
children 944b78191f03
line wrap: on
line diff
--- 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