comparison src/dirfns.cc @ 1742:a02f140ed897

[project @ 1996-01-12 11:09:39 by jwe]
author jwe
date Fri, 12 Jan 1996 11:21:53 +0000
parents 42b4f904f1af
children fd0d12493223
comparison
equal deleted inserted replaced
1741:6ec1465f60f0 1742:a02f140ed897
51 #include "defun.h" 51 #include "defun.h"
52 #include "dirfns.h" 52 #include "dirfns.h"
53 #include "error.h" 53 #include "error.h"
54 #include "gripes.h" 54 #include "gripes.h"
55 #include "help.h" 55 #include "help.h"
56 #include "oct-obj.h"
57 #include "toplev.h" 56 #include "toplev.h"
58 #include "pager.h" 57 #include "pager.h"
59 #include "pathlen.h" 58 #include "pathlen.h"
60 #include "procstream.h" 59 #include "procstream.h"
61 #include "statdefs.h" 60 #include "statdefs.h"
62 #include "sysdep.h" 61 #include "sysdep.h"
63 #include "sysdir.h" 62 #include "sysdir.h"
64 #include "tree-const.h" 63 #include "pt-const.h"
65 #include "tree-plot.h" 64 #include "oct-obj.h"
65 #include "pt-plot.h"
66 #include "unwind-prot.h" 66 #include "unwind-prot.h"
67 #include "utils.h" 67 #include "utils.h"
68 #include "variables.h"
68 69
69 // Temp storage for a path. 70 // Temp storage for a path.
70 static char tdir[MAXPATHLEN]; 71 static char tdir[MAXPATHLEN];
71 72
72 // Non-zero means follow symbolic links that point to directories just 73 // Non-zero means follow symbolic links that point to directories just