*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:48:48 +00:00
parent 7c1dad98bb
commit b673b3f794
4 changed files with 113 additions and 109 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ collect_and_sort_names()
n->found=0;
}
if(gnu_dumpfile)
write_dir_file(gnu_dumpfile);
write_dir_file();
}
int
+4
View File
@@ -19,6 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "pathmax.h"
#ifdef __GNUC__
#define alloca __builtin_alloca
#endif
#ifdef _POSIX_VERSION
#include <sys/wait.h>
#else /* !_POSIX_VERSION */