XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / src / realpath.c
index 9f7489e..78ccc25 100644 (file)
@@ -73,8 +73,8 @@ char resolved_path [];
   char copy_path[PATH_MAX];
   char *new_path = resolved_path;
   char *max_path;
-  int readlinks = 0;
 #ifdef S_IFLNK
+  int readlinks = 0;
   char link_path[PATH_MAX];
   int n;
 #endif