changeset 9560:d280bfa04996

skip double declaration of tztime
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Thu, 13 Aug 2009 20:20:32 +0200
parents 163e205600a4
children c60a9e1a0372
files liboctave/strftime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/strftime.c
+++ b/liboctave/strftime.c
@@ -49,7 +49,7 @@
 # endif
 #endif
 
-#if HAVE_TZNAME
+#if HAVE_TZNAME && !HAVE_DECL_TZNAME
 extern OCTAVE_IMPORT char *tzname[];
 #endif