changeset 6140:4f39856fcb93

[project @ 2006-11-03 21:12:02 by jwe]
author jwe
date Fri, 03 Nov 2006 21:12:02 +0000
parents 4da9f63d5237
children f6c2d9276572
files liboctave/ChangeLog liboctave/strftime.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Nov 03 18:39:06 2006 +0000
+++ b/liboctave/ChangeLog	Fri Nov 03 21:12:02 2006 +0000
@@ -1,3 +1,7 @@
+2006-11-03  Michael Goffioul  <michael.goffioul@swing.be>
+
+	* strftime.c [HAVE_TZNAME]: Tag tzname with OCTAVE_IMPORT.
+
 2006-11-03  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (DLL_CXXDEFS): Rename from XTRA_CXXDEFS.
--- a/liboctave/strftime.c	Fri Nov 03 18:39:06 2006 +0000
+++ b/liboctave/strftime.c	Fri Nov 03 21:12:02 2006 +0000
@@ -50,7 +50,7 @@
 #endif
 
 #if HAVE_TZNAME
-extern char *tzname[];
+extern OCTAVE_IMPORT char *tzname[];
 #endif
 
 /* Do multibyte processing if multibytes are supported, unless