|
|
1.1 ! root 1: *** /tmp/d10158 Mon Mar 12 09:39:01 1990 ! 2: --- asmain.c Sun Mar 11 09:29:55 1990 ! 3: *************** ! 4: *** 92,98 **** ! 5: * It is opened by stdio, but is filled with the parallel ! 6: * block I/O library ! 7: */ ! 8: ! char *outfile = "a.out"; ! 9: FILE *a_out_file; ! 10: off_t a_out_off; /* cumulative offsets for segments */ ! 11: /* ! 12: --- 92,98 ---- ! 13: * It is opened by stdio, but is filled with the parallel ! 14: * block I/O library ! 15: */ ! 16: ! char *outfile; ! 17: FILE *a_out_file; ! 18: off_t a_out_off; /* cumulative offsets for segments */ ! 19: /* ! 20: *************** ! 21: *** 223,228 **** ! 22: --- 223,229 ---- ! 23: #ifdef DEBUG ! 24: debug = 0; ! 25: #endif ! 26: + outfile = (char *)genbuildname("a.out"); ! 27: innames = (char **)ClearCalloc(argc+1, sizeof (innames[0])); ! 28: dotsname = "<argv error>"; ! 29: while (argc > 1) { ! 30: *************** ! 31: *** 261,267 **** ! 32: yyerror("-o what???"); ! 33: exit(1); ! 34: } ! 35: ! outfile = argv[2]; ! 36: bumpone: ! 37: argc -= 2; ! 38: argv += 2; ! 39: --- 262,268 ---- ! 40: yyerror("-o what???"); ! 41: exit(1); ! 42: } ! 43: ! outfile = (char *)genbuildname(argv[2]); ! 44: bumpone: ! 45: argc -= 2; ! 46: argv += 2;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.