diff liboctave/file-ops.cc @ 4066:47d3baea432d

[project @ 2002-09-26 22:10:06 by jwe]
author jwe
date Thu, 26 Sep 2002 22:10:09 +0000
parents 86e4baa81410
children e5966ddef842
line wrap: on
line diff
--- a/liboctave/file-ops.cc	Thu Sep 26 21:32:07 2002 +0000
+++ b/liboctave/file-ops.cc	Thu Sep 26 22:10:09 2002 +0000
@@ -192,9 +192,9 @@
 
   msg = std::string ();
 
+#if defined (HAVE_READLINK)
   char buf[MAXPATHLEN+1];
 
-#if defined (HAVE_READLINK)
   status = ::readlink (path.c_str (), buf, MAXPATHLEN);
 
   if (status < 0)