Bug fix: also use ACKDIR to look for description files

This commit is contained in:
ceriel
1990-01-18 16:07:42 +00:00
parent 7d614d6ade
commit 00220b8b3d
2 changed files with 4 additions and 7 deletions

View File

@@ -260,9 +260,7 @@ static int incore ;
static growstring rline ;
static FILE *infile ;
static char *inptr ;
char em_dir[100] = EM_DIR; /* this way it is easier to
* patch ...
*/
char *em_dir = EM_DIR;
open_in(name) register char *name ; {
register dmach *cmac ;