some minor fixes

This commit is contained in:
erikb
1986-09-17 12:31:45 +00:00
parent 7dfa6a955a
commit 1384666eb9
5 changed files with 5 additions and 5 deletions

View File

@@ -143,7 +143,6 @@ compile(argc, argv)
int pp_only = options['E'] || options['P'];
#endif NOPP
source = strcmp(argv[0], "-") ? argv[0] : 0;
switch (argc) {
case 1:
#ifndef NOPP
@@ -162,6 +161,7 @@ compile(argc, argv)
fatal("use: %s source destination [namelist]", prog_name);
break;
}
source = strcmp(argv[0], "-") ? argv[0] : 0;
#ifdef USE_TMP
strcpy(tmpf, tmpfdir);