# HG changeset patch # User Michael Goffioul # Date 1273262007 -3600 # Node ID 09e244649f508e68d6764635a9a46a00ebb9b4b7 # Parent 31717cc7eeb398f4a8e6375da24a2a6bf01bff0a Export symbol Vsparse_auto_mutate diff -r 31717cc7eeb3 -r 09e244649f50 src/ChangeLog --- 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 + + * ov-base.h (Vsparse_auto_mutate): Add OCTINTERP_API tag. + 2010-05-06 John W. Eaton * xgl2ps.c: Don't compile gl2ps.c unless we have OpenGL. diff -r 31717cc7eeb3 -r 09e244649f50 src/ov-base.h --- 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