FileDirectory.st
changeset 13 62303f84ff5f
parent 5 67342904af11
child 19 be0883868f0a
--- a/FileDirectory.st	Sat Dec 11 01:46:55 1993 +0100
+++ b/FileDirectory.st	Sat Dec 11 01:59:35 1993 +0100
@@ -26,7 +26,7 @@
 They provide various methods to create/delete and query for files and/or
 directories.
 
-$Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.4 1993-10-13 02:12:01 claus Exp $
+$Header: /cvs/stx/stx/libbasic/FileDirectory.st,v 1.5 1993-12-11 00:47:59 claus Exp $
 
 written winter 89 by claus
 '!
@@ -202,9 +202,9 @@
 
     shortPathName := pathName.
 
-    "sys5.4 and sunos have a convenient function for this ..."
-%{
-#if defined(SYSV4) || defined(sunos)
+    "some have a convenient function for this ..."
+%{  /* STACK: 16000 */
+#ifdef HAS_REALPATH
 #   include <stdlib.h>
 #   include <sys/param.h>